Hi there,
I’m wondering how I can uniquely select the icons from the iconboxes in CSS. I am wanting to change the background-color to #8e191c. You can see my homepage here: http://www.clickbridgedesign.com. At the bottom of the page are the icon boxes in question. Thanks in advance!
Hi!
Apply this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then simply add a class to the icon you want to customize and this to the Quick CSS:
.custom_icon_1 .iconbox_icon {
background: red !important;
}
.custom_icon_2 .iconbox_icon {
background: green !important;
}
.custom_icon_3 .iconbox_icon {
background: peru !important;
}
Tweak as needed.
Regards,
Josue
Thanks SO much for your quick response! Worked perfectly. :)
You are welcome, glad we could help :)
Regards,
Josue
Can this also be used to just change the colour of the icons and borders?