Tweaking Review CSS

Posted in: Newsmag
Post count: 66

Hi there, I’m following up on a discussion I had on the theme’s comments section on Envato. Basically I tried to add custom CSS to change the way reviews are displayed – to hide everything about reviews except the Summary and Overall Rating. For some reason the custom CSS did nothing. Any help figuring out where I went wrong?

Post count: 7909

Hi,

If I understand well you want something like this: http://screencast.com/t/fnXlyI86 so please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/fnXlyI86

.td-review .td-review-header, .td-review .td-review-row-stars {
display: none !important;
}

You can try also with !important and see if this works.

Thanks!

Post count: 66

It worked, thanks! I added .td-review .td-review-row-bars to the code since we also use percentage reviews.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.