Hi Guys
I have tried this which I saw in another thread but it doesnt seem to be making the icon list item title lowercase as I need it to be?:
.avia-icon-list .iconlist_title {
text-transform: none !important;
}
Please help as its currently all in Caps
Thanks
Dee
Hey Dee,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan
Please find the link attached below.
Thanks
Dee
Hi,
Add this to quick css:
h4.avia-icon-list.iconlist_title{
text-transform:none!important;
}
Be sure to add this to the very top of quick css so it runs first. Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Hi Jordan
I have added this CSS and cleared my cache and dont see a change?
Thanks
Dee
Hi Dee,
You have file compression active in the theme under Enfold->Performance, please select to delete the old CSS and JS files there and save, then check again.
Best regards,
Rikard
Hi Rikard
I have now done that and it is still all in CAPS :-(
Dee
Hi,
Where are you adding it? It’s no applying at all, you could try this instead:
.avia-icon-list .iconlist_title {
text-transform: none !important;
}
Best regards,
Rikard
Thank you Rikard – that worked a treat!
Hi,
Perfect, I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon