Before you ask please READ THIS

Background

vaivai
edited November 2014 in Fame Posts: 6
Hello
I set the background image and it will appear on all pages. How to write a background only on the home page?

Comments

  • vaivai
    edited November 2014 Posts: 6
    I found the solution this problem ))
    body.page-id-14 {
    background-image: url(/wp-content/uploads/2014/11/bg.jpg);
    }
    body{
    background-attachment: fixed;
    cursor: default
    }
    ----
    But if I change any parameter through the admin fame theme -> layout
      in file user.css delete rows
    body.page-id-14 {
         background-image: url (/wp-content/uploads/2014/11/bg.jpg);
    }
    Post edited by Air on
  • AirAir
    Posts: 10,970
    Hello:-)

    Great you have found CSS for it:-)
    Don't edit user.css file - it is aut generated when settings are updated. Put you CSS in custom CSS field:-)
    http://apollo13.eu/docs/fame/#!/modification_of_theme_custom_css

    With regards.
  • vaivai
    Posts: 6
    Thanks!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!