Hello, please I need help
I am stuck at removing another review section in my shopify theme, I tried other solutions like editing codes but I cant find theme.scss.liquid file on the assets section or theme.css to edit
I use Areviews app, please help remove the second review section
My Website: www.bestbuyhub.co
Thanks
Hello,
Can you please provide us screenshot of review section that you want to remove so we can help you out.
Regards
AOD
Sure!, had to convert it to ppt to upload
Oh didnt know I can upload there too my bad haha
Bro, can you please respond, I need to fix this
On my end the section is not showing up that you have marked in screenshot.
bro, it is below you may like section
Please add this css code in your style file.
.template–product .rivo-reviews-iframe-panel-wrapper.page-width.wrapper {
display: none;
}
1 Like
just please tell me the name of that style file?
You can add it in base.css
yes it worked, but it is still showing on top too
I removed the stars, I just need to remove the number (0) too, haha I am so smart to do it
For top reviews - please add this css code base.css file
.rivo-reviews-star-rating {
display: none;
}
Thanks
Thank you, problem solved!