Hide LIKE counter on index of subforum

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mito22
    Member
    • Dec 2006
    • 92
    • 3.6.x

    [Site Builder] Hide LIKE counter on index of subforum

    Hi guys... a question.... to save vertical space....

    Is possibile to hide the LIKE COUNTER?



    Click image for larger version

Name:	likes-vb5.jpg
Views:	53
Size:	199.1 KB
ID:	4385734
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    Add this custom CSS:
    Code:
    .votes-count {
    display: none;
    }
    Edit Site > Style > CSS Editor
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • mito22
      Member
      • Dec 2006
      • 92
      • 3.6.x

      #3
      Originally posted by Mark.B
      Add this custom CSS:
      Code:
      .votes-count {
      display: none;
      }
      Edit Site > Style > CSS Editor
      Done... thanks Mark

      Comment

      Related Topics

      Collapse

      Working...