Change Price title size font
-
Hello,
i have problem to change my price title font size to bold in homepage.
thanks.
Hello,
You can change the font by means of an Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
Hello,
i can’t change my price title,
i send you a screenshot for what i need to change, please help to figure this out.
thanks.
Hello,
i can’t change my price title,
i send you a screenshot for what i need to change i want this this price title going to bold, please help to figure this out.
https://drive.google.com/file/d/1U_LJyUgEWBAgDXlbwXgZtHpt5cqeJHgu/view?usp=drivesdk
thanks.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*product grid price*/
body .product-grid-item .price {
display: block;
margin-bottom: 0;
font-size: 15px;
line-height: 1.3;
color:red;
}
/*product grid title*/
body .product-grid-item .product-title{
color:green;
font-size: 15px;
line-height: 1.3;
}
You can change the styles as per your needs or use these classes for Advanced Typography.
Best Regards