main page product categry menus
-
hello, how can I change the font size and type that I marked on ss.
Attachments:
You must be
logged in to view attached files.
Hello,
You can change the font by means of Advanced typography option, which allows 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
so, what is the name of the element that I should choose on the “Theme Settings > Typography > Advanced Typography ” ??
Hello,
Please find the appropriate item in the drop-down https://prnt.sc/q7il5j
Alternatively, you can insert the selector or change it with custom CSS
Please add this code to the Theme Settings > Custom CSS > Global:
body .category-grid-item .category-title{
font-size:30px;
font-weight:600;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards