Hi guys,
Ive used the details form a previous thread to change the element. It was done for an icon box and I have managed to change it for a list. The issue I have is that the demo logo used below is also showing up at the same time as the icon. How do I remove the icon from this so it only shows the logo please?
.dom-logo-test .iconlist_icon:before { visibility: hidden !important; }
.dom-logo-test .iconlist_icon { background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png) !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; }
hope this makes sense.
Thanks
Hi,
Please add following code to Quick CSS as well
.dom-logo-test [data-av_icon]:before {
visibility: hidden;
}
Cheers!
Yigit
Works perfectly, thanks Yigit.