Is any way to change an icon like the verified one

I want to change the verified icon only to the vendors one but it’s linked to the listing so it change both (with css)

Good day, try to use this CSS code below. You need to go to the Line Awesome — Free Beautiful Icon Font and select the icon you want. Next, you need to copy Unicode (like f058 or f560) from the selected icon and replace it in the code below (don’t forget a slash symbol " \ " ).

.hp-vendor__verified-badge::before {
	content: "\f058" !important;
}
2 Likes

thanks you so much!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.