Home Forums WoodMart support forum main page product categry menus

main page product categry menus

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #161594

    Mert
    Participant

    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.
    #161628

    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

    #161704

    Mert
    Participant

    so, what is the name of the element that I should choose on the “Theme Settings > Typography > Advanced Typography ” ??

    #161747

    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

    #162050

    Mert
    Participant

    thanks 🙂

    #162065

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)