Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #689934

    Hi,

    http://www.newyorkinspiration.com
    If I choose Menu style – Button Style (Colored) where do I change the color?
    As you can see now it is dark grey behind Cheap Flights in the menu and I want it to be #ffd200

    Thanks
    Charlotte

    #690479

    Hi Charlotte,

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

    #menu-item-11934 .avia-menu-text {
        background-color: #ffd200;
    }

    Regards,
    Rikard

    #690564

    Thanks but I don’t see any difference after I added the code…

    #692178

    Hi,

    try to add an !important to the code:

    #menu-item-11934 .avia-menu-text {
        background-color: #ffd200 !important;
    }
    

    Clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    #692186

    Thanks :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Button Style in Menu’ is closed to new replies.