Hi there, we are having an issue on our California themed Shop. When using the site on mobile the side menu is a blank white screen. I have a menu attached to the side menu option, but it wont appear. Any help would be great, thanks!
The css property for the links is set to white, I’m not sure why this is the case.
Try adding the following code at the end of your california.css file:
/*For The Text*/
.section-header .header .side-nav-section .nav ul a
{
color:black!important;
}
/*For The X Icon To Close The Menu*/
.section-header .header a.btn.icon.close {
color: black!important;
}
Your social media icons are related to your cart color, please remove the adjustment you made for the cart to recover the text on the mobile menu, I will then provide a solution for the cart color itself.
Keep a backup of what you’re changing just in case.