• Hello,

    When I set title color on the basket page, the color is changing from white to dark grey on mobile. Is there a reason for this? How can I fix this please?

    • This topic was modified 11 months, 3 weeks ago by jacquesjphoto.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @jacquesjphoto,

    Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    @media(max-width:480px) {
        .woocommerce-cart .woocommerce table.shop_table tr td:before {
            color: #fff;
        }
    }

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I hope that helps.
    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Title color changing on mobile for no reason’ is closed to new replies.