• Hello, where can I find cart quantity number color option. I have not been able to find that option and no leads searching online.
    Currently the quantity number color and background color is white. I would like to change just the quantity number color.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter devilmakq

    (@devilmakq)

    I was able to add CSS and fix it. But I would still like to know if there is an option in the customizer for it..
    The code I used is:

    /*Oceanwp cart quanity number color*/
    .wcmenucart-details.count {
            color: #000;
    }
    • This reply was modified 1 year, 11 months ago by devilmakq.

    Hello @devilmakq,

    CSS can be the second option for styling.
    – All styling for the mini cart is in WP Dashboard > Appearance > Customizer > WooCommerce > Menu Cart tab.
    – Also, you can find other stylings for WooCommerce in WP Dashboard > Appearance > Customizer > WooCommerce > Advanced Style.

    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).

    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘menu cart quantity color’ is closed to new replies.