Hello im trying to change my font size and icon list font size but doesn´t work.
For the body text size i used in the Quik CSS:
body {
font-size: 11px;
}
For changing the Icon text size i did change in Advance Styling the H4 font to 11px
I cleaned the cache and refresh a few times but it doesn´t workout… How can i do it?
Thanks
Hector.
Hi Hector!
Please use following code instead
h4.iconlist_title {
font-size: 14px;
}
Best regards,
Yigit
ok, it worked, i also had to desactivate cache pluging to see the changes…
Thanks for your fast reply
Regards
Hector