• dgttm

    (@dgttm)


    Hello,

    how may I change the background color of the count in the Cart Bubble?

    Can someone provide me a working CSS?

    I tried, but it doesn’t work:

    .woofc-count.woofc-count-number {
    background-color: red !important;
    background: red !important;
    }

    thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @dgttm

    Please update our plugin to the latest version 4.1.9 then this color will be changed to the color on the settings page https://www.screencast.com/t/Xy65dIxX

    You also can use below CSS code:

    .woofc-count .woofc-count-number {
        background-color: #ff0000 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Bubble Counter Background Color’ is closed to new replies.