Title: Counting within heart
Last modified: April 18, 2021

---

# Counting within heart

 *  Resolved [limburgerer](https://wordpress.org/support/users/limburgerer/)
 * (@limburgerer)
 * [5 years ago](https://wordpress.org/support/topic/counting-within-heart/)
 * hi im trying too do css too get the heart like this: [https://imgur.com/rqys51b](https://imgur.com/rqys51b)
 * i have css now:
    I cant seem too get it right can i have some help please?
 *     ```
       .yith-wcwl-items-count span.count {
         background-color: rgba(0,0,0,0.1);
         opacity: 1;
         font-size: 11px;
         display: inline-block;
         line-height: 1.7em;
         height: 1.7em;
         width: 1.7em;
         text-align: center;
         border-radius: 100%;
         margin-left: 5px;
         vertical-align: text-top;
       }
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Support [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * (@therock130)
 * [5 years ago](https://wordpress.org/support/topic/counting-within-heart/#post-14338026)
 * Hi there
 * Could you please share an url to a live site where I can see your current site?
   This would help me create CSS for your customization
 *  Thread Starter [limburgerer](https://wordpress.org/support/users/limburgerer/)
 * (@limburgerer)
 * [5 years ago](https://wordpress.org/support/topic/counting-within-heart/#post-14344784)
 * hi
    that would be great!!
 * [http://www.rwfashion.nl](http://www.rwfashion.nl)
 *  Plugin Support [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * (@therock130)
 * [5 years ago](https://wordpress.org/support/topic/counting-within-heart/#post-14347798)
 * Hi there
 * Thank you for sharing the url to your site; anyway at the moment I can’t see 
   the shortcode replaced with the correct HTML content ([here](https://www.screencast.com/t/wlFyAQqtniK5)
   a screen of what I see)
 * Could you please check and let me know?
 *  Thread Starter [limburgerer](https://wordpress.org/support/users/limburgerer/)
 * (@limburgerer)
 * [5 years ago](https://wordpress.org/support/topic/counting-within-heart/#post-14349787)
 * Please check again its working now
 *  Plugin Support [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * (@therock130)
 * [5 years ago](https://wordpress.org/support/topic/counting-within-heart/#post-14350441)
 * Hi there
 * Plaese, try to add the following CSS rules to Additional CSS section of theme
   customizer (WP Dashboard -> Appearance -> Customize)
 *     ```
       span.yith-wcwl-items-count {
           position: relative;
           margin-right: 30px; 
       }
       span.yith-wcwl-items-count i,
       span.yith-wcwl-items-count span.count{
           margin: 0;
       }
   
       span.yith-wcwl-items-count i {
           font-size: 24px!important;
       }
   
       span.yith-wcwl-items-count span.count {
           background-color: #000;
           color: #fff;
           height: 1.6em;
           width: 1.6em;
           position: absolute;
           bottom: 1px;
           right: -8px;
       }
       ```
   
 * [This](https://www.screencast.com/t/qxqf2ozP) is my final result on your installation
 *  Thread Starter [limburgerer](https://wordpress.org/support/users/limburgerer/)
 * (@limburgerer)
 * [5 years ago](https://wordpress.org/support/topic/counting-within-heart/#post-14350459)
 * You are the man! thankyou soooo much 😀
 *  Plugin Support [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * (@therock130)
 * [5 years ago](https://wordpress.org/support/topic/counting-within-heart/#post-14350503)
 * You’re welcome! 😀
 * We are doing our best to improve our plugins. Our target is to develop and release
   the best free plugins for WooCommerce, but to achieve this we need your help.
   Please leave a good [review](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/reviews/#new-post)
   to support us and help our growth

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Counting within heart’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.gif?rev=3129302)
 * [YITH WooCommerce Wishlist](https://wordpress.org/plugins/yith-woocommerce-wishlist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-wishlist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Antonio La Rocca](https://wordpress.org/support/users/therock130/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/counting-within-heart/#post-14350503)
 * Status: resolved