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

    Hi!

    One question….how do I change the font to white for my Button (Contact) menu item? I want the rest of the menu item fonts to stay black.

    #547395

    Hi BrendaSarg,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #menu-item-32 a .avia-menu-text {
    color: white !important;
    }

    Thanks,
    Rikard

    #547461

    For some reason that didn’t work?

    #547556

    Hi,

    This is overriding from your enfold.css, could you try to remove !important from it please?

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

    Thanks,
    Rikard

    #548275

    Ok, so the problem when I do that is when you scroll down, my navigation turns white, making it invisible??

    #548277

    Forget it! Figured it out, sorry :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Coloured Button Menu Item Font’ is closed to new replies.