Navigation Bar Image Background
URL to the page in question:
http://www.aquariangrace.com
-
Hi Bill
I am hoping to make the navigation bar background match the fixed background of the page. You can see what it would look at if you visit my site.
How can I make the navigation bar background an image? – right now it is transparent.
Thanks
Joshua
Hello Joshua,
It looks like you’re on the right track there. I would make this change to what you’ve added to the Custom CSS:
#header.scroll-background,
body.standard #header,
body.blog #header,
body.archive #header,
body.error404 #header,
body.search #header {
background-image: url("https://aquariangrace.com/wp-content/uploads/2015/02/cloudstop2.jpg");
background-size: cover;
}
That will cause the background image to fill the header completely which should take out the gap on the right. If you run into trouble let me know.
Have a great night,
Bill
- The topic ‘Navigation Bar Image Background’ is closed to new replies.