Home › Forums › WoodMart support forum › Using SVG icon codes › Reply To: Using SVG icon codes
October 10, 2020 at 8:30 pm
#232305
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us.
Please provide the icon URL and page URL I will provide custom CSS.
Here is the sample of the code for FontAwesome:
.woodmart-my-account-links .wholesaleorderinglink-link a:before {
font-family: 'Font Awesome 5 Free';
content: "\f03a";
font-weight: 900;
}
You can replace the selector and icon code.
Best Regards