Hi Team,
how can I tell the theme not to transform the catalogue titles to capital letters?
Thanks and cheers,
Jan :)
Hi jansthh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1, h2, h3, h4, h5, h6 { text-decoration: inherit!important; }
Regards,
Yigit
Hi Yigit,
thank you. Unfortunately, that didn’t work.
I already have this Quick CSS for all headlines: h1, h2, h3, h4, h5, h6 { text-transform: none !important; }
That works fine for all headlines. But the catalogue item headlines remain in CAPITAL LETTERS. Even with your code. :-/
Please see the screenshot:
Cheers,
Jan
Hi!
Please try adding following code to Quick CSS instead
.av-catalogue-title {
text-transform: none !important;
}
Cheers!
Yigit
Hi Yigit,
that worked, perfect!
Thank you so much. Your support still is outstanding. Keep on!!!
Cheers,
Jan