How do I remove this from my store?

Solved

How do I remove this from my store?

UltimerciaB
Excursionist
30 0 3

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

Accepted Solutions (3)
BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

- Here is the solution for you @UltimerciaB 
- Please follow these steps:

step.png

- 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:

BSSTekLabs_0-1721059498882.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Guleria
Shopify Partner
4105 804 1155

This is an accepted solution.

@UltimerciaB 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.generic_review {
    display: none;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Guleria
Shopify Partner
4105 804 1155

This is an accepted solution.

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;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 14 (14)

Guleria
Shopify Partner
4105 804 1155

Hello @UltimerciaB ,

 

Can you please share the store URL ?

 

Thanks 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
UltimerciaB
Excursionist
30 0 3

infurtuation.com

Guleria
Shopify Partner
4105 804 1155

This is an accepted solution.

@UltimerciaB 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.generic_review {
    display: none;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
UltimerciaB
Excursionist
30 0 3

Thanks so much! Now I just need help stoping the add to cart button from shaking so much.

Guleria
Shopify Partner
4105 804 1155

This is an accepted solution.

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;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
UltimerciaB
Excursionist
30 0 3

That's also located in base.css?

Guleria
Shopify Partner
4105 804 1155

Yes

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
UltimerciaB
Excursionist
30 0 3

Thank you!

BSS-TekLabs
Shopify Partner
2401 695 832


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.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
UltimerciaB
Excursionist
30 0 3

Infurtuation.com 

BSS-TekLabs
Shopify Partner
2401 695 832

What is the password?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
UltimerciaB
Excursionist
30 0 3

Thanks again 🙂

BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

- Here is the solution for you @UltimerciaB 
- Please follow these steps:

step.png

- 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:

BSSTekLabs_0-1721059498882.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
UltimerciaB
Excursionist
30 0 3

Thank you so much. Not I just need helping stopping the add to cart button from shaking so much.