Hi,
I am using a german version of the enfold theme, so my translation of the names of its elements and also my vocabulary I use for searching the forum might not be exact. I followed instructions from older threads to place some css code (like h1 {text-transform: none !important;} ) to disable capitalization of my post titles. It works fine with single entries, but the titles within the “blog posts” element I placed using the drag&drop page builder are still capitalized. How do I change this?
Thank you in advance for any help,
Kathi
Hey KathiKeinstein,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
h1, h2, h3, h4, h5, h6 { text-transform: none!important; }
If you still have an issue would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay