Hi, Iām hoping someone can help me.
When I open the menu on mobile, the exit button disappears. How can I get it back?
Store URL: https: //jazzyboo.com.au/
pw: heloa
Thanks in advance
Hi, Iām hoping someone can help me.
When I open the menu on mobile, the exit button disappears. How can I get it back?
Store URL: https: //jazzyboo.com.au/
pw: heloa
Thanks in advance
Please Go to Online Store ā Themes ā Edit code ā Assets ā theme.css and paste this code at the end of this file.
.site-header__icon .icon.icon-close {
fill: #ffffff !important;
}
Thank you so much, it worked!!
@NicoleJB Thank you for accepting my answer as a solution.