• Resolved sorenblixt

    (@sorenblixt)


    I am using the theme: West

    I have already changed the menu color on the desktop site to black, by adding a simple line in the custom css

    Now I want the menu icon (the 3 lines) on my mobile site to be black (currently it′s white)

    None of the css codes found online works – can anyone help?

    https://www.tradenmark.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello sorenblixt,

    Try below css :


    .slicknav_menu .slicknav_menutxt i.fa-bars::before {
    color: #000;
    }

    Note: Make sure if you are use any cache plugin then clear cache after adding css.

    Hope this will helps you.

    Thread Starter sorenblixt

    (@sorenblixt)

    Worked – thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color of mobile menu icon’ is closed to new replies.