Keep the Navigation Color – Hero

Support Area Forums Grassroots Keep the Navigation Color – Hero

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

    Hi Bill

    How do I keep the navigation bar color over the hero. By default it is transparent over the header then appears, but I’d like it to be white over top of the hero image.

    Thank you
    Joshua

    #27250
    Bill Robbins
    Moderator

    Hello Joshua,

    You can do that. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      body.hero #header,
      #header,
      body.hero #header.scroll {
      	background-color: rgba(255, 255, 255, 0.95);
      	border-bottom: 1px solid #dfdfdf;
      }
      
    3. Update your settings.

    Feel free to change the colors there to fit your needs, but that snippet should let you set a constant color. If you run into trouble, just let me know.

    Have a great weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Keep the Navigation Color – Hero’ is closed to new replies.