Hide review rating from blocks

Posted in: Newspaper
Post count: 13

Hi,
Is it possible to hide the review rating from the blocks? I want it to be shown only inside the post
This is what I wanna get rid of:

Post count: 13

UP

Post count: 13

I’ve managed to get rid of the star using .td_block_16 .td-icon-star {
display: none;
}

But now it doesn’t show the date like the other posts…

Post count: 13

Well the stars still appear on the rest of the blocks, I want it to be shown only on the post… Please help me with this one…

Post count: 22421

Hello,

The review stars are tied to the post date code on blocks. If you want to remove the reviews from all blocks and show the standard date instead simply change this code to false: https://www.screencast.com/t/RrqBvPFb3e

Thank you!

Post count: 13

Thanks Bogdan, but it seems like since im using a pre-installed version of WordPress on GoDaddy I can’t edit any of my files! Is there a way around it?

Post count: 20688

Hi,

You could try to hide them with css using this code, just enter it in Theme panel->Custom Css and it should remove the reviews from all the blocks in the homepage if that is what you want and you do not have access to the theme files

.home .entry-review-stars {
display: none;
}

Thanks

Post count: 13

Hi Simion!
Thanks… That code does get rid of the stars, but it doesn’t show the date underneath the pictures, like the other articles!

Post count: 20688

Hi,

Unfortunately there is no other way except the method provided by Bogdan above, to remove the review and display the standard date instead. So if you want to achieve this you must edit the respective file and do the necessary changes as explained by Bogdan.

Thanks

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