Home › Forums › WoodMart support forum › Css › Reply To: Css
Aizaz Imtiaz Awan
Hello,
1) You need to increase the border radius while you are trying to reduce the font-size.
2) Unfortunately, there is no other option in Theme Settings Available to display the badge on the right side. You need to add the following custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .labels-rounded {
top: 7px;
left: auto;
right: 7px;
}
3) To Display Colors on the product grids Go to Theme Settings >> Shop >> Attribute Swatches.
Screenshot for Clarification: https://ibb.co/7Yxh1yX
4) As I mentioned in my previous reply the select option is already a button you don’t need to transform it into a button.
You can change its styling from Theme Settings >> Shop >> Product Styles.
Screenshot for Clarification: https://ibb.co/CtR3Rx4
Best Regards.