• Resolved cavtec

    (@cavtec)


    Hello,

    I’m trying to work out how to change to default “Close Icon” for the popups so that it is more consistent with my design. I know its not a big pressing issue, but its all in the detail, right?

    I have an Icon i want to use, its just where/how to add that to the CSS.

    Any guidance is most welcome.

Viewing 1 replies (of 1 total)
  • Plugin Author Damian

    (@timersys)

    Hi @cavtec, try the following:

    html i.spu-icon.spu-icon-close:before{display:none;}
    html i.spu-icon.spu-icon-close{
    background: url('url_to_your_image);
        width: 30px;
        height: 30px;
        display: block;
    }

    that should do the trick. Add your icon url and size there

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Change Close Popup Icon’ is closed to new replies.