ResolvedIcon Color change

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28845
    ciao
    Participant

    Please send me css code to change the icons color (phone icon & dropdown menu) on mobile

    #28857
    Althemist
    Keymaster

    Hello ciao,

    Not really sure what do you mean. Please, explain more. Exactly which icon’s color you want to change? Also, only on mobile or generally. I am afraid I don’t really understand.

    #28859
    pointystick
    Participant

    I have removed the phone from my version so cannot test but something like the below replacing “#a1ba32” should change the phone icon colour

    .lafka-top-bar-phone a:before{
    background-color: #a1ba32 !important;
    }

    Not sure about what you mean by dropdown? Do you mean the mobile menu (hamburger menu)? If so try something like

    .fa fa-bars{
    background-color: #a1ba32 !important;
    }

    Hope that helps

    #28878
    ciao
    Participant
    This reply has been marked as private.
    #28911
    Althemist
    Keymaster

    Phone icon:

    
    #header .lafka-top-bar-message span.lafka-top-bar-phone a::before {
        background-color: #your-color-here !important;
    }

    Mobile menu trigger:

    a.mob-menu-toggle i {
        background-color: #your-color-here !important;
    }
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register