Home Forums WoodMart support forum How can i add image as product review?

How can i add image as product review?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #548213

    Patrik1997
    Participant

    Hello how can i add image as product review on my site?

    Attachments:
    You must be logged in to view attached files.
    #548354

    Hung Pham
    Participant

    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,

    #548502

    Patrik1997
    Participant

    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?

    #548523

    Hung Pham
    Participant

    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,

Viewing 4 posts - 1 through 4 (of 4 total)