Viewing 4 reply threads
You must be logged in to reply to this topic.
<span style=”color: #666666; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 23.3333339691162px; background-color: #fbfbfb;”>In the Specular theme settings, where do I go to change the color of the mobile burger menu icon for the responsive menu? My header background color is black and the burger menu icon is also black. I would like to change the burger menu icon to white but I can’t figure out where to change the color in the settings.</span>
Hello,
Please add these line sinto your custom css box:
@media (max-width: 979px){
.mobile_small_menu { color: rgb(253, 253, 253);}
}
Best regards!
Hi, I had the same problem as this and added your fix. It worked but then for some reason turned the social icons and banner arrows into small boxes?
Any ideas?
You must be logged in to reply to this topic.