Mobile menu and text not visible in We Bake Pro

Home Forums All Other Themes Mobile menu and text not visible in We Bake Pro

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28565
    ErikaErika
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: March 26, 2016

    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

    #28616
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30573
    • Total: 30573
    Member since: August 16, 2013

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.