Product count label size for cart icon and wishlist
-
Hi,
could you help me increase the size of the product count label for the wishlist and the cart icon. I also want to make the number (in the product count label) more bold.
I want to do that for both on desktop menu and mobile menu.
Thanks you very much.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-top-bar .woodmart-cart-design-5 .woodmart-cart-number,
body .whb-top-bar .woodmart-wishlist-info-widget .wishlist-count {
width: 25px;
height: 25px;
line-height: 25px;
font-weight:bold;
}
body .woodmart-cart-design-5 .woodmart-cart-number,
body .woodmart-wishlist-info-widget .wishlist-count {
font-size:20px!important;
font-weight:bold;
}
Best Regards
Thank you it doesn’t work for mobile but for desktop it’s perfect.
Could you please have a look at the mobile menu.
Best regards
Hello,
Please clean the cache and check again.
Best Regards
I cleaned the cache but it does not work for the mobile menu
Maybe it is because the icons are in the top bar for the desktop menu, but for the mobile menu they are on the main header ?
Hello,
Replace the code with:
body .woodmart-cart-design-5 .woodmart-cart-number,
body .woodmart-wishlist-info-widget .wishlist-count {
width: 25px;
height: 25px;
line-height: 25px;
font-weight:bold;
}
body .woodmart-cart-design-5 .woodmart-cart-number,
body .woodmart-wishlist-info-widget .wishlist-count {
font-size:20px!important;
font-weight:bold;
}
Best Regards
Thank you very much for your help, it worked well
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Product count label size for cart icon and wishlist’ is closed to new replies.