Expired
I cant seem to find out where to change the colour of my menu indicator (the 3 lines) when my site is in responsive mode.
I have a black background and the menu button is also black but yellow on hover over!
Can anyone tell me where I change the menu button to Yellow?
Thanks
Hello,
Please add this code into your custom css box:
@media (max-width: 979px){ .background--dark .mobile_small_menu {color: #DFE22B !important; } }
Change the color to your wish.
Best regards!
You must be logged in to reply to this topic.