Home Forums WoodMart support forum How to make text bigger

How to make text bigger

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

    Adamyoung
    Participant

    Hello sir,

    i want to make some text bigger dan it is now.
    How to do this?
    i have attached a screenshot.

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

    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/

    Best Regards

    #325943

    Adamyoung
    Participant

    Hello thanks for the answer. but if you look to the screenshot i have narrows for the TEXT i want to change.
    And really i tried almost everything and it doesnt change???

    #325970

    Hello,

    Your screen shows the text. Most items are available in the drop-down, the rest can be changed by means of the custom class.

    As for the item, its width depends on the number of items in the row that you can configure in the Theme Settings > Product Archives > Product Grid.

    If you have any questions please feel free to contact us.

    Best Regards

    #326045

    Adamyoung
    Participant

    Can you please look to this screenshot and tell me exactly where to change this text to make it bigger.

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

    Hello,

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

    body .widget_product_categories .product-categories li a {
        font-size: 14px;
        line-height: 1.4;
    }

    Best Regards

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