Hi
I’ve been trying to change the iconbox title to lower (or sentence) case but nothing seems to work. I’ve tried adding
.iconbox_content_title {text-transform: lowercase;}
(and variations of it) in the Custom CSS panel but it isn’t working.
Ideally, I only want to change the “MULTITAS” text in the iconboxes at the top of this page http://www.infoplex.co.uk/products/multitas-business-manager/ to read either “MultiTAS BUSINESS MANAGER etc…” or “MultiTAS Business Manager etc…” I don’t really want to change the iconboxes elsewhere on the site.
Any suggestions would be gratefully received.
Si
Hey simonhowe!
Please add following code to Quick CSS in Enfold theme options under Styling
.page-id-28 .iconbox .iconbox_content .iconbox_content_title { text-transform: capitalize!important; }
This will only capitalize iconbox titles on that page
Regards,
Yigit
Hi Yigit
Thanks for the speedy reply. I’m afraid it doesn’t work. The titles still render in Uppercase.
Would it help if I assigned a Section ID to the coloured background? The CSS could be specific to the content only in those iconboxes?
Thanks
Si
Hey!
It seems to be working on my end. Please flush browser cache and refresh your page a few times :)
Regards,
Yigit
EDIT: Screenshot http://i.imgur.com/xLX3y2x.jpg
It’s working now! I’d flushed the cache a few times but it obviously needed to quit Chrome too.
Thanks for the help!