Jump to content
  • 0

Как изменить фон


Jokerrs
 Share

Question

6 answers to this question

Recommended Posts

  • 0
#block-main {  background: url("../images/top.png"), linear-gradient(to bottom, #eee 0, #EEE 420px, red 421px);  background-repeat: no-repeat;  background-position: center top;} 

Спасибо за помошь! Однозначно лайк!

xFmEl3F.png

 

Единственное, может подскажете еще, как прописать фон только для главной страницы? 

Edited by Jokerrs
Link to comment
Share on other sites

  • 0

 

#block-main {  background: url("../images/top.png"), linear-gradient(to bottom, #eee 0, #EEE 420px, red 421px);  background-repeat: no-repeat;  background-position: center top;} 

Спасибо за помошь! Однозначно лайк!

xFmEl3F.png

 

Единственное, может подскажете еще, как прописать фон только для главной страницы? 

 

<?php  if(is_home)  {?>    <style>      ...    </style><?php  }?>
Edited by afdw
Link to comment
Share on other sites

  • 0

 

<?php  if(is_home)  {?>    <style>      ...    </style><?php  }?>

Поведайте новичку, в каком месте это сделать? Если можно, то опишите по подробнее, я не силён в сайтостроении.

 

В файл шаблона страницы дописать этот код, а "..." заменить на стили для главной страницы.

Link to comment
Share on other sites

  • 0

В файл шаблона страницы дописать этот код, а "..." заменить на стили для главной страницы.

Через адм панель прямо на главную страницу вставил

<?php    <style>      #block-main {background: url(http://league-boost.tk/wp-content/themes/yoo_nano2_wp/styles/wide/images/top.png), linear-gradient(to bottom, #000d1f 0, #000d1f 402px, white 421px);background-repeat: no-repeat;background-position: center top;}     </style><?php

Это работает, только вот думаю, что приколхозил, но на большее знаний не хватает. Еще раз спасибо.

Edited by Jokerrs
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy