How can i add image as product review?
-
Hello how can i add image as product review on my site?
Attachments:
You must be
logged in to view attached files.
Hi Patrik1997,
Thanks for reaching to us.
You can enable Review images option in the Theme Settings > Single product > Reviews https://prnt.sc/T3XHdwJGUlMp
Regards,
Thanks it worked im now trying to remove product review date.
i added this code in custom css
.wcpr-review-date {
display: none !important;
}
but it doesn’t work, what should i do?
Hi Patrik1997,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-review__published-date,
.woocommerce-review__dash{
display: none;
}
Regards,