Home › Forums › WordPress Themes – Premium › Flat Responsive › Color of the Menu "Accordion" Icon
Tagged: Menu Icon
How do I change the color of the Menu accordion icon that is present when the width shrinks into tablet or mobile mode?
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
Perfect, it worked. However how do you change the menu drop down under the menu accordion icon. Thanks