I am wondering why WooCommerce category descriptions are set at 12px when post category descriptions are not?
It creates inconsistency and requires the need for custom css.
Hey mattmikulla!
Could you provide us with a link to the site in question please? Also, how would you like to change the descriptions?
Best regards,
Rikard
I already changed the CSS for the description on my site so a link won’t help.
I would like you to change the container class .term-description on WooCommerce category pages to just use whatever base font is selected in Enfold settings.
As it is by default it’s set at 12px.
To test this just go to a WooCommerce category page with description text.
Hi!
Please request the changes you would like in here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Hello ,
is this problem maybe solved in next versions of Enfold? I have same problem.
Regards
Hi!
Can you please post the link to your page where we can see the issue?
Regards,
Yigit
Hello,
http://fei.weboteka.info/product-category/china/
I want to put bigger font on description.
regards
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.term-description {
font-size: 14px;
}
Cheers!
Yigit
Thank you very much!