Description tab Typography
-
Hi,
Could you tell me how I can change the font in the description section of the product page?
I can’t find a way to do it within advanced typography.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Here is the selector for the tab title:
body .tabs-layout-tabs .tabs li a {
font-size:20px;
}
The content is configured in the Theme Settings > Typography for paragraphs, other elements have the settings inside or require the class to generate the selector.
Best Regards
Sorry Elise but I donยดt understand where I can change the typography of that part. Could you explain to me with an image or something else?
Thanks ๐
Helllo,
There are two ways: Advanced typography using this custom selector: body .tabs-layout-tabs .tabs li a
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
or you can add this code to the Theme Settings > Custom CSS > General and set your styles:
body .tabs-layout-tabs .tabs li a {
font-size:20px;
}
What would you like to change: size? color? Do you need help with the CSS code?
Best Regards
Thanks Elise, everything OK with advanced Typography. It works ๐
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Description tab Typography’ is closed to new replies.