Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #485757

    Ok… I’m stumped. I am working on this site: http://joshbarnettsavestheworld.dev.themagicbluebox.com/

    I have somehow (possibly by default) made the first button have a nice blue semi-transparent background with white text. Is it possible to do this with the other buttons as well? Ideally, I’d like to have them all be blue (#002b5b) with gold text (#dcb439) and when you hover, have the border show up.

    If that’s not possible, I’d settle for them all to have gold border/text with a transparent background and have the blue background show up on hover.

    Help?

    Thanks!
    Dan

    #485855

    Hi Dan!

    Please go to Appearance > Menus and change menu style – http://i.imgur.com/Zo2SA38.png
    Then add following code to Quick CSS

     .av-main-nav > li > a > .avia-menu-text {
        color: #dcb339!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Cheers!
    Yigit

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