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

    Hello Team Enfold,

    I’m having trouble figuring out how to change the color of the search and Menu (3 Line) Icons on the mobile version of my website.

    Any Ideas?

    #899468

    Hey lmmoonlight,
    Try this code in the General Styling > Quick CSS field:

    .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
        background-color: yellow!important; 
    }

    adjust the color to suit

    Best regards,
    Mike

    #899866

    Hi Again Mike.

    That seems to work for the 3 lines. How about the search icon in mobile?

    #899919

    Hi,
    Try this:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {
    color: yellow !important; }
    }

    Best regards,
    Mike

    #900954

    Hmm, that didn’t seem to work Mike.

    #901104

    Hi,
    Please try:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .main_menu li#menu-item-search {
    color: yellow !important; }
    }

    Best regards,
    Mike

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