Home Forums WoodMart support forum Change size of name category and hide number of products Reply To: Change size of name category and hide number of products

#234252

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/

Please add this code to the Theme Settings > Custom CSS > Global:

.category-grid-item .more-products>a {
    display: none;
}

Best Regards