Primary Navigation Bar

Homepage Community Forums Aspire Theme Support Primary Navigation Bar

  • This topic has 1 reply, 2 voices, and was last updated 8 years ago by Wes.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17748
    MCO
    Customer

      Hi!

      I want to stop the Navigation from disappearing. How can I accomplish this?

      http://bridgesttemp.wpengine.com

      Thank you,

      Brian

      #17752
      Wes
      Moderator

        The font color disappears because this line is commented out in the CSS –

        .front-page .site-header.light .genesis-nav-menu > .menu-item > a {
        	/*color: #fff;*/
        }

        So undo that line so the color shows up again –

        .front-page .site-header.light .genesis-nav-menu > .menu-item > a {
        	color: #fff;
        }

        Next, whatever you’re using for the bar at the top covers the header, which prevents it from being seen when you scroll down. I’d probably either move it somewhere else, or use a different way of getting that info to show up in that spot.

        Your site looks AMAZING so far. Please let me know here or on Twitter whenever you get it done so I can share this with everyone in the Community.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.