Tagged: Custom Class, enfold, iconbox
Iconbox on homepage needs a different background color. I enabled the custom class field. I selected the iconbox on the homepage and gave it a custom class “cs-iconbox-home”. I added this to the quick css:
.cs-iconbox-home {
background-color: black!important;
border-radius: 4px;
}
Problem: the box color isn’t changing. What am I doing wrong?
login credentials
Hi,
Please try the following instead:
.cs-iconbox-home .iconbox_content {
background-color: black!important;
border-radius: 4px;
}
Regards,
Rikard
Hey Rikard,
Works perfect! Thank you.
Regards,
Christel