Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #278795
    Benjamin Cavalcanti
    Participant

    The color options don’t seem to include changing the bg color on the mobile menu. What is the easiest way to change or remove it? Thanks!!

    #278814
    Skandha
    Participant

    @bcavalcanti: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1200px) {
    	#site-header-menu .menu-inside-wrapper {
    	    background-color: #f23456;
    	}
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change or remove bg color on mobile menu ?’ is closed to new replies.