[Solved] Hide WordPress Plugin Jsquery object with CSS
Give this a go: div#___ratingbadge_0 { left: -99999px; } It’s hard to set any styles on this because so much is set inline but I think this might knock the rating badge div off the screen so the user wont see it. 0 solved Hide WordPress Plugin Jsquery object with CSS