Forum Discussion
1 Reply
Sort By
Warren_Brill - It won't be possible via CSS alone, you need to use jQuery to achieve it.
you need to first traverse to the author rank div "lia-message-author-rank", and then pull the value of the rank, match the value to the desired rank, and hide it using hide(); or .css('display','none');
Make sure you use .find to get through all the rank divs on page.
Related Content
- 12 months ago
- 2 years ago