Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi I’d like to change the color of the burger menu
because my background is black and my burger menu is black too (white when hover)
but I don’t find it
please help me
Hello,
Please add this code into your custom css box:
@media (max-width: 979px){
.mobile_small_menu {
color: #ffffff !important;
}
.close:hover {
color: #ffffff !important;
}}
Let us know.
Best regards!
Hello,
I added the code into your custom css box. Please check your site. It’s ok now.
Best regards!
You must be logged in to reply to this topic.