Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1163357

    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

    #1163363

    Hi,

    Please add following code to Quick CSS as well

    .dom-logo-test [data-av_icon]:before {
        visibility: hidden;
    }

    Cheers!
    Yigit

    #1163410

    Works perfectly, thanks Yigit.

    #1163428

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change icon to logo in icons list’ is closed to new replies.