Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
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
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/
ya sure I will help you. Pls mark what duplicate review you want to remove.
Thank you.
I need to remove debut theme write review shown below. I want to remain the import review with vital.
@Alex8511 Insert this code in theme.css
.jdgm-widget-actions-wrapper {
float: right;
text-align: right;
display: none;
}
thank you
I have tried to follow your steps to insert into theme css.
But, the duplicate review still remained, it's not working.