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?
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!
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘Adding header background image to all pages’ is closed to new replies.
Our site uses only necessary functionality cookies.
See the cookies policy for more info.