Hi guys,
Can you give me some CSS to put all button text (and icon buttons) in lower case with starting capital. I’d like to get rid of all ‘all caps’ text in my current project.
Hi graphicsplus!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body * { text-transform:none !important; }
It will remove text transform globally
Best regards,
Yigit
Thanks! Perfect solution.