For the icon list module we want to add a custom shape icon instead of having the circle. We found the post to do this and added the following code. Once we put it in place we now see a combination of the custom icon and the circle. How can this be fixed? thanks.
.avia-icon-list .iconlist_icon { background: url(“url to image”) !important; background-repeat: no-repeat;}
Hey ronduring!
Please add following code to Quick CSS as well
.avia-icon-list .iconlist_icon {
border-radius: 0;
width: 70px;
}
Cheers!
Yigit
Thanks, that did it.