Tagged: colors, icon boxes
I’d like my icon boxes to each have their own colors.
How can I modify the background-color of each individual box on the homepage?
Thank you
Hey dee804203,
You can enable custom css fields for all builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, then give your elements classes. Then you can target them with those classes:
.my-class {
Your CSS goes here
}
Best regards,
Rikard