Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.widget.woocommerce .product-categories li .count, .widget.woocommerce .wc-layered-nav-term .count, .widget.yith-woocommerce-ajax-product-filter .count {
width: auto !important;
}
.widget.woocommerce .product-categories li .count span.post_count {
padding: 5px;
}
There is another request, the widgets for list products in side bar, such as “recent viewed”, “top selling”, and “Featured” used to show product image thumbnails on the left, rather than on the right side as it is now. Also previous image thumbnails are larger (preferred), please help to modify back as before.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
float: left !important;
margin-right: 9px !important;
width: 50px !important;
margin-left: 0px !important;
}
Hi
The default product number count in a menu is 3 digits in Salient, please modify to 6 digits, as we have many products.
See the attachment.
Thanks!
Edwin
Hey Again,
Please enable the Product count so i can write up css to correct the issue.
Thanks
ThemeNectar Support Team
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hi Tahir,
It works. Thanks!
There is another request, the widgets for list products in side bar, such as “recent viewed”, “top selling”, and “Featured” used to show product image thumbnails on the left, rather than on the right side as it is now. Also previous image thumbnails are larger (preferred), please help to modify back as before.
Best Regards
Edwin
Hey Again,
Please turn off the Litespeed Cache Minification settings so we can check whether this issue is caused by it?.
Thanks
ThemeNectar Support Team
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team