greetings,
Is there a code to create lowercase headings for advance page builder as well as the regular page builder? I would like all headings for pages and posts to be lowercase.
Thanks,
Robert
Hi Robert!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-special-heading { text-transform: lowercase; }
Regards,
Yigit
Thanks for the prompt reply.
Tried the code but it didn’t change anything. Any other suggestions?
Thanks,
Robert
Hi!
Can you post the link to your website and point out which elements you would like to be lowercased?
Regards,
Yigit
Here’s a link:
http://www.tutorials.painthog.com/info/
I’m needing lowercase heading on all options if possible including blog posts.
Thanks
Hi!
Please add following code to Quick CSS
.template-page .entry-content-wrapper h2, h1, h2, h3, h4, h5, h6, .avia-icon-list .iconlist_title, .widgettitle, .post-title, .iconbox .iconbox_content .iconbox_content_title { text-transform: lowercase; }
That should do it :)
Best regards,
Yigit
Worked nicely except for icon box headings. Any solution for that?
http://www.tutorials.painthog.com/approach-to-painting/
Thanks,
Robert
Hey!
Updated the code in my previous post, please replace it with that one
Regards,
Yigit
Awesome! really appreciate it.
Kindly,
Robert