I am looking to change the size of the font on the descriptions, can someone please help me. I would like it a little bolder like a H4.
Thank you in Advance
Kerri
I am looking to change the size of the font on the descriptions, can someone please help me. I would like it a little bolder like a H4.
Thank you in Advance
Kerri
Hi Kerri,
Thank you for reaching out to us. To change the font size of tabs, try adding the following code in the Theme Options > CSS:
.woocommerce-tabs .x-nav-tabs-item a {
font-size: 20px;
font-weight: bold;
}
Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.