Drop-down menu Item

Homepage Community Forums Ally Theme Support Drop-down menu Item

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12863
    Carol
    Customer

      Hi Wes,

      I can’t seem to find the correct css in order to fix a problem I am having.

      In the dropdown menu, when a page is active, the area marking that page on the drop-down goes white. I need to change that background color on the selected menu item.

      For instance open this link http://theferriswheel.org/practitioner-training/and then hover over ‘Adults’ in the sub-menu bar and you will see what i mean.

      I just can’t see the css for it in ‘inspect element’. Can you advise?

      Thanks in advance,

      Carol

      #12864
      Carol
      Customer

        APOLOGIES, click this link and hover on ‘Adults’ on the menu bar… you will see my issue in the sub-menu

        http://theferriswheel.org/practitioner-training

        #12874
        Wes
        Moderator

          It looks like its coming from line 1662 –

          .genesis-nav-menu .sub-menu .current-menu-item > a {
              background: #f5f5f5;
              color: #000;
          }

          If you remove the background color from above it will automatically fix it.

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