Navigation Bar Image Background

Support Area Forums Elite Navigation Bar Image Background

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.aquariangrace.com
  • Author
    Posts
  • #27112
    Centre
    Participant

    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

    #27125
    Bill Robbins
    Moderator

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Navigation Bar Image Background’ is closed to new replies.