TABS Under MAIN "Button" Tab Disappear

Support Area Forums Grassroots TABS Under MAIN "Button" Tab Disappear

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #29228
    AudioGirl
    Participant

    We managed to have the DONATE button look like yours by adding “button.” But now the tabs UNDER the Donate tab disappear when I hover on them.
    How do we not have the tabs UNDER the DONATE tab not disappear when hovering? Or put another way, what COLOR is best to use with the DEFAULT colors of your template?

    Thanks Bill.

    #29234
    Bill Robbins
    Moderator

    Good Morning Lori Rae,

    I don’t believe I’ve seen a site that had a sub-menu with the button before. Looks like you’ll need to change those styles manually. Here’s what to do:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      nav#top-menu ul li.button ul li a,
      .scroll nav#top-menu ul li.button ul li a {
      	border: none;
      	color: #fff;
      }
      
      nav#top-menu ul li.button ul li a:hover,
      .scroll nav#top-menu ul li.button ul li a:hover {
      	border: none;
      	color: #AEB54C;
      }
      
    3. Update your settings.

    See if that doesn’t do the trick for you.

    Have a great day,
    Bill

    #29262
    AudioGirl
    Participant

    Worked great; problem solved. Thanks Bill.

    #29265
    Bill Robbins
    Moderator

    Fantastic 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘TABS Under MAIN "Button" Tab Disappear’ is closed to new replies.