Re: How to remove duplicated/ two reviews sections from editorify that shows on shopify product page

How to remove duplicated/ two reviews sections from editorify that shows on shopify product page

BerryRoute
Tourist
5 0 2

I can see two review sections just one just below other on my store . I am using editorify for review section . Plea

Replies 4 (4)

Guleria
Shopify Partner
3944 791 1120

Hello @BerryRoute ,

 

I think you need to ask from the app support.
btw maybe by mistake you added same block 2 times. 
Once check and disable one and it will fixed.
If still not resolved please share the store URL.

- 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
BerryRoute
Tourist
5 0 2
Guleria
Shopify Partner
3944 791 1120

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:

 #editorify_review_list_container {
    display: none !important;
}

 

It will solve your problem but still I think you need to ask from the app 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
BerryRoute
Tourist
5 0 2

Thankyou Thankyou so much 😊