This topic has 2 replies, 2 voices, and was last updated 1 years, 6 months ago ago by Rose Tyler
I am trying to solve two problems with the product page.
1. how can I change the font in the tab description?
https://www.dropbox.com/s/4mpf52llkiza3ge/2023-05-17_10-39-58.jpg?dl=0
2. when I edit a product, then I can create a custom tab under X-Store Options. How can I change the font here?
https://www.dropbox.com/s/71rkmi1ff1p85oo/2023-05-17_11-16-13.jpg?dl=0
For this demo store, has the Shipping and Delivery tab been created as a custom tab via X-Store options?
https://www.dropbox.com/s/5a59u6bsab3gdbm/2023-05-17_12-29-10.jpg?dl=0
Hello Juergen,
Thank you for contacting us and for using XStore.
1/ The next custom CSS code can be used:
.wc-tabs .et-woocommerce-tab a {
font-family: "Lato-Black", Sans-serif;
font-size: 14px;
}
2/
.woocommerce-tabs .wc-tab {
font-family: Lato, sans-serif;
font-size: 14px;
color: #222;
}
3/ Yes, also custom tabs can be created via Single Product Builder > Tabs > custom tab.
We hope this information is helpful.
Kind Regards,
8theme team
Tagged: change, custom tabs, font, persuasive, templates, woocommerce, wordpress
The issue related to '‘How can I change the font of custom tabs ?’' has been successfully resolved, and the topic is now closed for further responses