This topic has 2 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Olga Barlow
Hi guys,
is there a way to change the menu mobile close icon?
I see that an svg is loaded, can i change it?
i want a custom svg but i can’t find where i must change it.
Ty!
Hello,
Thank you for using our theme!
We don’t have option to use custom SVG for the close button. If you want to change the color add the below code to Theme Options > Custom CSS
.et-mini-content .et-close {
color: #7d0d33;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up