Hi,
I’d like to change the text size to 15 and unbold the text in the icon boxes on a single page without affecting other icon boxes on my other pages, how would I do this?
Hi markzarak!
you would need to turn on custom class for all alb elements. Let us know when you are done and still need help.
Cheers!
Andy
Hi,
I have added the code to my .php file, what do I do next? Also, I’m not exactly sure what has changed as I don’t know where to look to find the Custom Css field shown in the example picture.
Thanks.
Hi!
Please edit your icon box and find custom CSS field – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/blur.jpg and give your element a custom class (i.e.: my-custom-class ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.my-custom-class h3.iconbox_content_title {
font-weight: normal;
font-size: 15px!important;
}
Regards,
Yigit