Why is this piece of code showing on my page?

I recently updated some code in my base.css (using Dawn theme) to change the color of my add to cart button. That was successful but now I’ve noticed that a piece of that code is appearing on my site when navigating to a specific product and scrolling down past the review section. I have to edit the code in my theme and searching for this piece of code to delete it so it no longer shows, but I can’t find it anywhere/ maybe am just looking in the wrong place?

Site is www.shopmoonstarbaby.com

to see my issue navigate to shop> crib sheets> click on any product> scroll down past the review section and you’ll see “.price del+ins {color: #FF59FD !important;}” right above the footer.

thank you!

1 Like

Hi @alexanewman

Did you try to search this one in the section folder with something named costumer-reviews.liquid file?

I tried and that is not an option in Dawn theme.

Hello @alexanewman ,

Please check the main-product .liquid file and search the code, and then delete it.

I tried that and the code does not show up when I search for it under main-product.liquid

I found the solution! The code was weirdly under my app.liquid file. Thanks!