Hi,
I have included an icon list in my website however I am not abje to change the color of the font for the descriptive text in the Item list content.
Hey Magnus_Norrman!
You can add this on your custom.css or Quick CSS:
.main_color .iconlist_content {
color: red;
}
You can change the title using this:
.avia-icon-list .iconlist_title {
color: blue;
}
Cheers!
Ismael