Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #672414

    Hi,

    How do I change the secondary color on mobile? I would like to change it from green to ##e1e1e1

    Here is a screenshot of what it currently looks like
    https://s4.postimg.org/c75g74l71/Screen_Shot_2016_08_14_at_6_28_53_PM.png

    #673499

    Hey navindesigns,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a {
        background-color: #e1e1e1;
        color: #000000;
    }

    Best regards,
    Ismael

    #673766

    That did not work :(

    #673769

    Hi!

    If you try it like that?

    #mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a {
        background-color: #e1e1e1 !important;
        color: #000000 !important;
    }

    Please also clear your cache

    Regards,
    Basilis

    #673770

    yea it doesnt work

    are u seeing it on ur end?

    #675682

    Hi,

    You have following code in Quick CSS

    .sub-menu > li > a {
        color: #ffffff !important;
        background: #50b849 !important;
        border: #50b849 !important;
    }

    Please change it to following

    .main_menu .sub-menu > li > a {
        color: #ffffff !important;
        background: #50b849 !important;
        border: #50b849 !important;
    }

    Best regards,
    Yigit

    #680091

    that works

    thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Secondary Menu Color On Mobile’ is closed to new replies.