Tagged: iconlist
How can i change the iconlist title to be a mix of uppercase and lowercase. Its all in uppercase now. Also, is it possible to change the icon to a custom image?
I would also like to know how to do that. At least to have the icons centered.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-icon-list .iconlist_title { text-transform: none; text-align: center; }
Regards,
Yigit
Hi!
Sorry i posted the code for icon box and not icon list. I have edited the code i posted. Please try it now
Cheers!
Yigit
Hello the code you posted solved the problem of uppercase. However now my icon list headings are all centered instead of left-bound.
Ok, solved it myself ;)
`.avia-icon-list .iconlist_title { text-transform: none; text-align: left; }