Hi! how can I remove user icon in product reviews?
Thanks
Hi,
Try the following CSS code:
.single-product #reviews .commentlist .avatar{ display: none; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Perfect! Thank you
Comments
Hi,
Try the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Perfect! Thank you