This topic has 4 replies, 2 voices, and was last updated 6 years, 12 months ago ago by Rose Tyler
Is there a way to change the quick view link text into a icon on products page? I would like to change the text “quick view” into a magnifying glass icon.
Hello,
Please try to use this code:
.show-quickly{
font-size: 0px !important;
color: transparent !important;
}
.show-quickly:before {
content: "\f002";
color: #000 !important;;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 14px !important;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Regards
It worked, thanks!
You’re welcome!
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
The issue related to '‘Change quick view link’' has been successfully resolved, and the topic is now closed for further responses