Reduce category naem font size
-
I want to reduce category name font size.
Attachments:
You must be
logged in to view attached files.
Hello,
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/
Let us know if you need further help.
Best Regards
It works thank you but it okay for pc or laptop. in mobile view i need to reduce more.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
html .product.category-grid-item .wd-entities-title {
font-size: 11px!important;
}
Set the size as per your needs.
Best Regards