Font size changed after the Update
-
After the update, the font size in the shop area changed. How can I set the normal size again?
Thx
Hello,
Please, provide your site admin access (insert the site credentials into the Private content block under the message area).
Best Regards
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
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?
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
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.
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
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Font size changed after the Update’ is closed to new replies.