Home Forums WoodMart support forum Font size changed after the Update

Font size changed after the Update

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #333201

    albert77
    Participant

    After the update, the font size in the shop area changed. How can I set the normal size again?

    Thx

    #333237

    Hello,

    Please, provide your site admin access (insert the site credentials into the Private content block under the message area).

    Best Regards

    #333307

    albert77
    Participant

    Thank you

    #333381

    Hello,

    Please update the WoodMart core plugin in the Appearance > Install Plugins https://gyazo.com/f38d8fde07426c04231088fd5c93b5f0

    In addition, you need to update the Woocommerce database: https://gyazo.com/acab34a1f2fd34315e0217e36640d7ee

    If the problem persists, please contact us.

    Best Regards

    #333434

    albert77
    Participant

    I made the changes but it’s not like before.
    If I change the text font to 16 pixels, the font is way too big in the shop. How can i change the Woocommerce Shop font size to 14 and the rest to 17?

    #333502

    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

    #333717

    albert77
    Participant

    many thanks for the help. Unfortunately I have not found a field in which I can edit this field in the picture. Can you still help me, please?

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

    Hello,

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

    body .woocommerce-ordering select {
        font-size: 20px;
    }
    .woocommerce-breadcrumb a, .yoast-breadcrumb a {
        font-size: 20px;
    }
    .woocommerce-breadcrumb .breadcrumb-last, .yoast-breadcrumb .breadcrumb_last {
        font-size: 20px;
    }
    .wd-products-per-page .per-page-title {
        font-size: 20px;
    }
    .wd-products-per-page .per-page-variation.current-variation {
        font-size: 20px;
    }
    .wd-products-per-page .per-page-variation {
        font-size: 20px;
    }

    Please set the size as per your needs.

    Best Regards

    #333896

    albert77
    Participant

    Thank you 🙂

    #333915

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Font size changed after the Update’ is closed to new replies.