Tagged: icon box
Hey,
my website contains several COLOR SECTIONS.
Using Theme Options > Styles I defined different schemes for [Main Content] and [Alternate Content].
If I create a COLOR SECTION and apply ALTERNATE CONTENT it has no effect on ICON BOXES within this section (eg background color). With Text Blocks it works fine. What is wrong?
Hi,
You can change them manually on your custom.css or Quick CSS.
For the icon background
.iconbox_icon.heading-color.avia-font-entypo-fontello {
background-color: red;
}
For the iconbox title
.main_color .iconbox_content_title {
color: red;
}
alternate:
.alternate_color .iconbox_content_title {
color: blue;
}
For the iconbox content
.main_color .iconbox_content p {
color: red;
}
alternate:
.alternate_color .iconbox_content p {
color: blue;
}
Regards,
Ismael