• Resolved stephv74

    (@stephv74)


    Hi,

    I am trying to change the opacity of the counter of items in the cart that is displayed in the header. To do so I have added the following code in the custom css of WP:
    .count {
    opacity: 1; /* 0.5 by default */
    }

    But nothing happens, it seems that this custom css is overruled by the default properties set in the file css/woocommerce/woocommerce.css.

    As I would like to avoid changing the default woocommerce file I am wondering if there is a way to change this setting, ideally through a custom css in WP?

    Thanks for any tips

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

Viewing 1 replies (of 1 total)
  • Thread Starter stephv74

    (@stephv74)

    Just find the solution with this custom css in WP:

    .site-header-cart .cart-contents .count {
    opacity: 1;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Cart display customization’ is closed to new replies.