#111741
 Laura
Moderator

Hello, you can change the icon using this css code

COPY CODE

.icon-th:before {
    content: '\e83f' !important;
}

This changes it to an eye, if you want to use an image, use this

COPY CODE

.icon-th:before {
    content: '\e81f';
    background-image: url('URL IF YOUR IMAGE');
    color: transparent !important;
    background-size: cover;
    width: 50px;
    height: 50px;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?