Home › Forums › WoodMart support forum › Product tabs icon › Reply To: Product tabs icon
July 30, 2024 at 10:56 am
#586665
Luke Nielsen
Keymaster
Hello,
Try to use the code below:
.single-product .tab-title-reviews {
position: relative;
padding-left: 20px;
}
.single-product .tab-title-reviews .wd-accordion-title-text:before {
content: "\f148";
font-family: "woodmart-font";
font-weight: 400;
position: absolute;
left: 0;
}
The Unicode for icons you can find in Theme Settings – https://take.ms/a9VOd
Kind Regards