Home Forums WoodMart support forum how to change the category font size and disable the capitalized fonts !

how to change the category font size and disable the capitalized fonts !

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

    thenightfox91
    Participant

    Hi, how to change the category font size and disable the capitalized fonts but only for this section Look at the screenshoot what i need : https://paste.pics/BRRYL ; https://paste.pics/BRRYR

    #270885

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    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/

    Best Regards

    #270893

    thenightfox91
    Participant

    can you please tell me what should i choice for my issue to change that specific Font and i will do it by my self . I don’t now the field name 🙁

    #271028

    Hello,

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

    body .category-grid-item .category-title {
        color: #333;
        text-transform: none;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5;
    }

    Please change the styles as per your needs or take this selector
    body .category-grid-item .category-title and use it in the Advanced typography as the custom selector.

    Best Regards

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