Home Forums WoodMart support forum Reduce category naem font size

Reduce category naem font size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #326631

    Tawhidul Shehzad
    Participant

    I want to reduce category name font size.

    Attachments:
    You must be logged in to view attached files.
    #326637

    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

    #326640

    Tawhidul Shehzad
    Participant

    It works thank you but it okay for pc or laptop. in mobile view i need to reduce more.

    #326698

    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

Tagged: 

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