• Resolved George Lammert

    (@georgelammert)


    Dudo, I have tried two answers here in the forum but i can´t figure out why i´m not able to remove all messages and information (like [Total: 0 Average: 0/5]). I tried this css that you gave a user in one of those posts here in the forum, but without success:

    .yasr-vote-saved {
    display: none;
    }
    .yasr-visitor-votes-after-stars {
    display: none;
    }
    .yasr-vote-saved {
    display: none;

    from the other topic I don´t know if it was implied by the user that one has to have the pro version to remove all the text and leave just the stars… is this right?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor dudo

    (@dudo)

    Hello, remove the code you added and paste this:

    .yasr-total-average-container{
    display: none;
    }
    
    .yasr-vv-container-loader {
        display: none;
    }

    Best,
    Dario

    Thread Starter George Lammert

    (@georgelammert)

    Thank you very much dudo… that worked.
    Great plugin! I´ll go pro as soon as the site start making money 😀
    cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove everything but the start’ is closed to new replies.