Product Review from vitals is stuck somewhere I don't want to - DAWN theme

Solved

Product Review from vitals is stuck somewhere I don't want to - DAWN theme

INKLY
Pathfinder
141 0 18

The Product Reviews from the vitals App are stuck at a clumsy place and I would like to remove them. I need someone's help to fix this issue. Thank you. 

 

My website URL is: https://inkly.fr/

INKLY_0-1714545386157.png

 

Accepted Solution (1)

ThePrimeWeb
Shopify Partner
2139 616 523

This is an accepted solution.

Hey @INKLY,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.videoBox .vtl-pr-review-stars-snippet-container {
    display: none !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1714552504883.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 2 (2)

ThePrimeWeb
Shopify Partner
2139 616 523

This is an accepted solution.

Hey @INKLY,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.videoBox .vtl-pr-review-stars-snippet-container {
    display: none !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1714552504883.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
INKLY
Pathfinder
141 0 18

@ThePrimeWeb Thank you!!!