This keeps showing up on every listing I put, my store was AI created with this review on every upload. Any help is appreciated.
Incredible! Beautiful craftsmanship and style. I’m impressed with every purchase—this is my go-to for fashion!
Emma, USA
Hello @UltimerciaB ,
Can you please share the store URL ?
Thanks
Hello @UltimerciaB .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
- Here is the solution for you @UltimerciaB
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
.generic_review {
display: none !important
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
2 Likes
@UltimerciaB
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code at the bottom:
.generic_review {
display: none;
}
1 Like
Thanks so much! Now I just need help stoping the add to cart button from shaking so much.
Thank you so much. Not I just need helping stopping the add to cart button from shaking so much.
To slow down the speed use this css
.product-form__buttons.shakeAnimation.shake {
animation: shake 1.6s infinite !important;
}
To disable the shake effect use this css
.product-form__buttons.shakeAnimation.shake {
animation: shake 0s infinite !important;
}
2 Likes
That’s also located in base.css?