• Resolved alexbaes

    (@alexbaes)


    Hi,
    I would like to hide the text after rating. For example:
    “you have voted 4, 2 minutes ago. You have already voted”

    I don’t want show this text, only show the stars and the rating: 4.5/5 from 2 votes, for example, but not the next text.

    I’ve seen its class=”gdrts-rating-user”, how can I disable this? Or only hide with css rule: display: none?

    Thanks

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

Viewing 1 replies (of 1 total)
  • thehorsebc

    (@thehorsebc)

    Hey @alexbaes

    There are 3 ways to hide it using css…

    1) theme main stylesheet (style.css)
    2) child-theme
    3) The WordPress Customizer

    .gdrts-rating-user {
    display: none;
    }

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide text after rating’ is closed to new replies.