Removing duplicate write review on product page

Removing duplicate write review on product page

Alex8511
Tourist
7 0 1

I am using Vital app to import the product review and successful import the review into my product page. However, there is a duplication of write review above my import review.

Alex8511_0-1618467350631.png

 

 

May I know how to eliminate this written review in the debut theme. I have followed and read lots of solution. Lots of them advised that proceed to theme >edit code >asset>theme.scss.liquid however on my asset I only managed to see theme.css as shown below

Alex8511_1-1618467501574.png

Can anyone please advise me on steps to remove this duplication review from debut theme itself. 

Here is my websites links https://www.geeklifehack.com/

 

Replies 5 (5)

Zworthkey
Shopify Partner
5581 641 1583

ya sure I will help you. Pls mark what duplicate review you want to remove.

Thank you.

Alex8511
Tourist
7 0 1

I need to remove debut theme write review shown below. I want to remain the import review with vital. 

Alex8511_0-1618468080855.png

 

Zworthkey
Shopify Partner
5581 641 1583

@Alex8511 Insert this code in theme.css

 

.jdgm-widget-actions-wrapper {
    float: right;
    text-align: right;
    display: none;
}

 

thank you

Alex8511
Tourist
7 0 1

I have tried to follow your steps to insert into theme css. 

Alex8511_0-1618468809273.png

 

But, the duplicate review still remained, it's not working. 

 

Alex8511_1-1618468921706.png

 

Zworthkey
Shopify Partner
5581 641 1583

@Alex8511 ok Will you add me as your staff member

So that I can fix your problem