Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jubee88

    (@jubee88)

    I found the answer, went into song templates and multiple song templates and removed the codes:

    <!– SONG POPULARITY –>
    <tpl ifset=”song.popularity”>
    <div class=”song-popularity”>
    <span class=”label”>{song.popularity_label}: </span> {song.popularity}
    </div>
    </tpl ifset=”song.popularity”>

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Yes, that’s a good solution, but another possible solution without delete any code from the template files, is pasting the following style definition in the ms-public.css file:

    .song-popularity{display:none;}

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can we remove the Popularity Counter from view’ is closed to new replies.