Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9898
    Dezaina
    Member

    Hi,

    I have a problem with my header background for pages. On the homepage I have this: background:url(wp-content/uploads/2013/05/textured_paper2.jpg) repeat; This works fine. But when I go to any of the other pages it looks for a different directory. For example – On my contacts page it looks for url(contacts/wp-content/uploads/2013/05/textured_paper2.jpg)

    How can I solve this?

    Thank you.

    #9952
    Sakin
    Keymaster

    @Dezaina: You can give the full path of the image in your CSS. When you add the css, you can add it in “Appearance => Theme Options => Custom CSS” box.
    The css will be like this.

    #branding {
        background: url("yoursiteurl/wp-content/uploads/2013/05/textured_paper2.jpg") repeat scroll 0 0 transparent;
    }
    #10330
    Dezaina
    Member

    Worked perfectly. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header background Image’ is closed to new replies.