March 19, 2016 at 15:07
#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
Laura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂