Hi, I tried every answer from the forum but nothing worked really.
How can I change the backgroundcolor and bordercolor of the iconboxes via css and how can I have a boxshadow around the icon boxes
Thank you very much for your help!
Regards
wordmax
Hey wordmax!
Do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and add a class to your iconbox of “test”.
And then add this to your custom CSS.
.test {
border: 1px solid red !important;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
}
.test .iconbox_content { background: blue !important; }
Regards,
Elliott
Hi Elliott,
beautiful, it works like a charm. Thank you very much for your help!
Regards,
wordmax