How to increase the text size in product articles to be larger?
-
My web is https://tamtumusic.vn/
How to increase the text size in product articles to be larger?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wc-tab-inner p {
font-size: 20px;
}
Best Regards.
i want font like this, where do i install it?
Attachments:
You must be
logged in to view attached files.
I want to change the price of the promotional product located on the left side, as shown below.
Attachments:
You must be
logged in to view attached files.
Hello,
1) Please read our detailed documentation for help:
https://xtemos.com/docs/woodmart/faq-guides/upload-custom-fonts/
2) Please try adding this code to the Theme Settings > Custom CSS > Global.
body .price del .amount {
color: red;
}
Best Regards