Adding header background image to all pages

  • Author
    Posts
  • #26958
    Suzie

    I have added the following custom CSS to display a background header on my front page:
    /* Span header background image across front page*/
    #header-full, {
    background: url(wp-content/uploads/2014/08/diamond_upholstery1.png) repeat;
    }

    How do I replicate this same header background across all pages?

    #26995
    Walt

    Pretty sure you can do that without messing with your css and by going into your Header Settings.

    #27114
    Suzie

    I checked my Header settings and my header logo that I have uploaded displays across all pages but the background that I have added only displays on the front page. I would like for this line of custom CSS
    background: url(wp-content/uploads/2014/08/diamond_upholstery1.png) repeat;
    to display acorss all pages. I am talking about the diamond shapes that display behind my logo. I tried using .page-id 234 in front of that code and no luck. The bottom border displays but not that background image. Can you tell me where I am going wrong? Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Adding header background image to all pages’ is closed to new replies.