Menu Questions

Support Area Forums Elite Menu Questions

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #21124
    Ashley Davis
    Participant

    Hi Bill,

    Two questions regarding the menu:

    1. Is there a way to change the mobile menu button colors?

    2. I coded my header to be transparent, but now it’s not staying at the top of the screen when scrolling down a page. What did I do wrong?

    Thanks,
    Ashley

    #21125
    Bill Robbins
    Moderator

    Good questions. The mobile menu will use the colors for the drop-down portion of the navigation menu. It should mirror what’s set there.

    The navigation menu is transparent on a page with a hero area. Once the browser has been scrolled down to almost the bottom of the hero section a color is applied to its background like in the demo. There is a color selector that you can use to change the color to something other than black. If you need it to be transparent when it’s scrolled down, you would use this:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #header.scroll-background,
      body.standard #header,
      body.blog #header,
      body.archive #header,
      body.error404 #header,
      body.search #header {
      	background-color: transparent;
      }
      
    3. Update your settings.

    That will make it have a transparent background everywhere.

    Thanks,
    Bill

    #21132
    Ashley Davis
    Participant

    Perfect, thanks Bill!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu Questions’ is closed to new replies.