Hi,
Could yo please help me match the colors of the icons in the body of the page to the icon list to the right? I’ve set them to the custom colors that I want, and they seem to show up that way in the html in my reader, but they are not being displayed that way in my browser. Thanks.
Hi reederjack5252!
Did you add some custom CSS to the theme?
.avia-icon-list li:nth-child(5n+1) .iconlist_icon {
background-color: #4b3957 !important;
}
Try removing the !important rules.
Cheers!
Elliott