Hello Forum,
my colleagues want the style of the icon box to be not all capital letter and in Arial. How/where do I best edit this?
– Marian
Hey Marian!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.iconbox .iconbox_content .iconbox_content_title { text-transform: none!important; font-family: arial; }
Regards,
Yigit
Awsome, thank you for the information, I guess for Icon List the same goes with .iconlist, correct?
Hi!
Please add following code to Quick CSS for Icon list element
.avia-icon-list .iconlist_title { text-transform: none!important; font-family: arial; }
Regards,
Yigit
Yigit,
thanks for the incredibly fast answer. I added the second code to General Styling -> Quick CSS, but it is still shows capital letter
Please see here.
http://www.behrmannhaertel.de/Kaesler/
– Marian
Hi!
Please disable minifying feature on the plugin you are using. Code is currently not being applied
Best regards,
Yigit
You mean Header Behavior – > Shrinking Header, right? If so, no effect, neither the header layouts change and from Icon List also keeps capital letters ;)
Hi!
No, you have CSS minifying feature enabled on one of your plugins and it is stopping the code from applying. Please deactivate all active plugins, flush browser cache then re-activate them and it should work
Best regards,
Yigit
ah! I’ve read about it in another thread. So W3 Total Cache seems to be crap and I use the other one that worked here ;)
Thx, and I already I am crazy!