- This topic has 1 reply, 2 voices, and was last updated 9 years, 7 months ago by .
 
Viewing 2 posts - 1 through 2 (of 2 total)
	
Viewing 2 posts - 1 through 2 (of 2 total)
	
- You must be logged in to reply to this topic.
 
Home › Forums › All Other Themes › Mobile menu and text not visible in We Bake Pro
Hello. I saw in another thread that the missing text information in WooCommerce products was a lack of text color definition.
My product details, main site menu, and homepage sections are not visible in my Chrome mobile browser, but are visible when I use Safari. http://www.cortniscuisine.com
Hi Erika,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width: 479px) {
.woocommerce .product{color:#666666 !important;}
}
We have checked and found that site menu and homepage sections working fine on Chrome.
Regards,
Brad
