Hi, I would like to change the color of the icon in the icon list, how to do that, thanks!
oh, still no response.
Hi,
You can add something like this on your custom.css or Quick CSS
.iconlist-char {
color: red;
}
Regards,
Ismael
Hi,
It changed but not for icon box. What about if I would like to change the color of icons there? Moreover, I would like to change the background color of icon list (icons are on the gray circle, I wanna change this).
PS. love your theme ^^
Thanks,
Hi,
You can use this for the icon box
.iconbox_icon.heading-color.avia-font-entypo-fontello {
color: red;
}
Then change the icon list background and border with this
.avia-icon-list .iconlist_icon {
background-color: red;
border: 3px solid black;
}
Regards,
Ismael
Many thanks, it’s all done perfectly. Just FYI, I need to put section ID to specific position.
BTW, do you have any solution to change the theme color by manually? Due to I wanna change the whole button color at once. Do I need to submit a new topic for this question?
Cheers!