Hi!
I would like to change the background- and textcolor of the icon box on only(!) the homepage.
Exactly like this: http://puu.sh/fbV2p/53a4721ceb.png
If I change any colors it will change the whole site with it.
Can you tell me how to do this?
Thx in advance!
website in private content
Hey Xander!
Thank you for using Enfold.
You can turn on the custom css class field in order to change a specific element on the page. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
Ismael
Hi Ismael,
Thanks, tried that but it’s not working. Background-color won’t change unfortunately..
Can you help me?
Thx!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.xs-cta .iconbox_content {
background-color: blue!important;
color: white!important;
}
Cheers!
Yigit
Thx Yigit,
Another thing you’ve solved for me! Great job!!
Now I know how it works with the css.