Hi I want to change the icon and text size on ‘icon lists’ on certain pages or posts. Not global. I need a solution to make this adjustment individually for each list.
Thanks!
Hi awel!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard
Why do you need a link?
ts a Igeneral question
How can i alter the icon-size and font.size of an icon-list for a specific URL (not global)
Thanx
Hey!
Please firstly enable custom CSS class for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .iconlist_title { font-size: 20px; }
.your-custom-class .iconlist_content { font-size: 15px; }
Best regards,
Yigit