I’m using the warehouse 2.4.7 theme, this is my first time the creating a site,
I’m pulling reviews from AliExpress, but I want to exclude only the Customer Reviews box bellow
My first time using the site, please if anyone can help me.
site: https://foxeprodutos.com.br/
Password: theilo
No, i do not have a language translator in my store.
Why?
this number is from Brazil, where i live and i will link other social networks in the future.
Do you know how to help me with my current issue? If you follow the link below and scroll down the page, you’ll see that there’s a review box that I would like to remove, leaving only the reviews that I pull from AliExpress.
Site: https://foxeprodutos.com.br/collections/pet-shop/products/hair-removal-comb-self-cleaning-slicker-brush-for-dog-cat-hair-brush-dog-hair-removal-comb-pet-groomer-cepillo-para-gato-1
Password: theilo
How can I provide the backend?
Hi @AnxiousGirl13 ,
Please put the below CSS in
Online Store → Themes → Edit code
Search for theme.css and paste below CSS at end of the file
#shopify-ali-review-widget {
display: none;
}
Hope it helps…
1 Like