Remove Reputation Bars

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Flash04jv
    Senior Member
    • Aug 2015
    • 474
    • 5.1.x

    Remove Reputation Bars

    Is it possible to remove the Reputation Bars below member display pics? Fully remove them, not just disable them but remove them so they aren't visible at all.

    I have 'Display Reputation Power' unchecked in CP Settings>Options>Topic Display(showthread). Even when members uncheck it from their profiles it is still there, just not functioning.

    I find lots of threads about this but none that are working for me with VB Cloud.


  • Flash04jv
    Senior Member
    • Aug 2015
    • 474
    • 5.1.x

    #2
    Would this do anything for me? I put it in CSS editor but nothing happens.


    Code:
    .b-meter__bar {   background: none;   width: 10px;   height: 10px;   background-image: url(http://i.imgur.com/dXWoWyg.png); }  
    
    .b-meter__bar--selected {   background: none;   width: 10px;   height: 10px;   background-image: url(http://i.imgur.com/QxNevO5.png); }

    Comment

    • Replicant
      Senior Member
      • Sep 2014
      • 527

      #3
      Code:
      .b-meter{display:none;}


      Comment

      • Flash04jv
        Senior Member
        • Aug 2015
        • 474
        • 5.1.x

        #4
        Dang it, not doing anything at all. I am striking out tonight. I edited some of my other CSS codes to make sure something wasn't going wrong, and they changed as they should so not sure what the issue is.

        Comment

        • Flash04jv
          Senior Member
          • Aug 2015
          • 474
          • 5.1.x

          #5
          Scratch that, it worked! Mistake on my part. I updated my avatar post as well. Thanks again, great help over here!!

          Comment

          Related Topics

          Collapse

          Working...