Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #657791

    When I scroll over the bordered menu button in my navigation it’s completely white so it disappears against the white background.

    #658635

    Hey!

    Try adding this code to the Quick CSS:

    #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-text, #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-subtext{
        color: #7d7d7d !important;
    }

    Cheers! 
    Josue

    #659074

    Great – what about a roll over colour?

    #659206

    Hi,

    Try this:

    #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-text, #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-subtext:hover {
        color: red !important;
    }

    Regards,
    Rikard

    #659549

    That didn’t work
    Any other ideas?

    #659580

    Hi,

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

    Best regards,
    Yigit

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