Hi, I can’t find where to change the font color of Icon List, would appreciate it if you can help to advise how to, thanks!
Insert following code into the quick css field:
.main_color .iconlist_title h4{
color: #333;
}
.main_color .iconlist_content{
color: #999;
}
The first code block will change the headline color, the second block changes the content text color.
Hi, thanks and I copied this code into the quick css but nothing changes, I did find throught firebug that the fond shall be changed via .main_color .iconlist_content, but even I put this code into the quick code, when checked through firebug, nothing changes, pls. advise, thanks!