Bradley Prout

Well-Known Member
upload_2016-7-18_7-30-23.png

notice the star on the rating part of my user info?
How can i remove that, without removing it from the below image also.
upload_2016-7-18_7-32-48.png
 
I'd open:

dark_postrating_visitor_panel

Add a class to:
Code:
<dl class="pairsJustified">

Like:
Code:
<dl class="pairsJustified postRatingsHelper">

Then in your extra.css I think this would work:

Code:
#AccountMenu .menuHeader .postRatingsHelper {
  display: none;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back