• Resolved kristincali

    (@kristincali)


    Hello, I would like to hide the dates of the reviews (1 month ago, etc). This seems simple but I don’t see any parameters to do so.

    Also I would like to hide certain reviews that don’t have any text to them. Is this possible? Or to feature certain reviews at the top.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thanks for using CusRev.

    There isn’t an option to hide the date of reviews in the grid reviews. You can create a custom CSS code to hide it, here is an example:

    .cr-reviews-grid .cr-review-card .middle-row .datetime {
        display: none;
    }

    If you want to hide reviews that don’t have content, please use the attribute min_chars of the shortcode. It is noted in Reviews > Settings > Shortcodes tab.

    Plugin Support bagel1317

    (@bagel1317)

    We haven’t heard from you for more than two weeks. For this reason, I’ll assume that either you are not interested in this question/problem anymore or it has been resolved. If you still require any help, please start a new forum topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.