how to change the category font size and disable the capitalized fonts !
-
Hi, how to change the category font size and disable the capitalized fonts but only for this section Look at the screenshoot what i need : https://paste.pics/BRRYL ; https://paste.pics/BRRYR
Hello,
Thank you very much for choosing our theme and for contacting us.
You can change the font by means of the 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
can you please tell me what should i choice for my issue to change that specific Font and i will do it by my self . I don’t now the field name 🙁
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .category-grid-item .category-title {
color: #333;
text-transform: none;
font-weight: 600;
font-size: 20px;
line-height: 1.5;
}
Please change the styles as per your needs or take this selector
body .category-grid-item .category-title
and use it in the Advanced typography as the custom selector.
Best Regards