Title: Cart display customization
Last modified: July 28, 2019

---

# Cart display customization

 *  Resolved [stephv74](https://wordpress.org/support/users/stephv74/)
 * (@stephv74)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/cart-display-customization/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcart-display-customization%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [stephv74](https://wordpress.org/support/users/stephv74/)
 * (@stephv74)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/cart-display-customization/#post-11774441)
 * 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.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [count](https://wordpress.org/support/topic-tag/count/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [opacity](https://wordpress.org/support/topic-tag/opacity/)
 * [woocommerce CSS](https://wordpress.org/support/topic-tag/woocommerce-css/)

 * 1 reply
 * 1 participant
 * Last reply from: [stephv74](https://wordpress.org/support/users/stephv74/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/cart-display-customization/#post-11774441)
 * Status: resolved