Home Forums WordPress Themes – Premium Flat Responsive Color of the Menu "Accordion" Icon

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #50518
    [email protected]
    Participant

    How do I change the color of the Menu accordion icon that is present when the width shrinks into tablet or mobile mode?

    #50548
    Styled Themes
    Keymaster

    hi Ken,

    Please add this custom CSS code:

    
    @media screen and (max-width: 1000px) {
    	a.toggle_button_flat_responsive_menu {
    		color: #2BAFBB;
    }
    }
    

    You will need to change the color value to your liking.

    regards
    Imre

    #68717
    Patti Mitrowski
    Participant

    Perfect, it worked. However how do you change the menu drop down under the menu accordion icon. Thanks

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