Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Change Header Menu Icon Color for Mobile Device

Home Forums VW Theme VW CHARITY NGO PRO THEME Change Header Menu Icon Color for Mobile Device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44997
    Sri Sadono
    Participant

    In my project, we use white color for header background. The menu run well in the dekstop. But, when we running in the mobile, the menu icon diseppear. How to change the menu icon color to contrast with white background for mobile device?

    #45046
    developer vwtheme
    Participant

    Hi,

    Kindly follow the steps given below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.


    @media
    screen and (max-width: 1023px){
    #header .toggle-nav i {
    color: #000000;
    }
    }

    Many Thanks

    #45048
    Sri Sadono
    Participant

    Ok. It’s works and solve the problem. Thanks.

    #45083
    developer vwtheme
    Participant

    Hi,

    You are welcome, if you have any other query, do let us know.

    Many Thanks

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