Code is appearing on the top of my website. How do I remove this? Not only that, the Cart page is all out of wack with a blue button and one section highlighted with the color i want for the whole page (C9A0DC). blue button needs to be this color (BFFB7B). Thanks in advance. heres my website, www.wisteriafalls.shop
1 Like
What theme you’re using?
1 Like
Check in the theme.liquid file if this code above in your store are there. If it is put some style tag.
And about your cart button try this.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
a.button {
background: #BFFB7B;
color: black;
}
- And Save. I change also the color of text is white before.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Refresh!
The first part worked perfectly. the second part of the cart not so much. that solution isn’t working. Anything else I can do to make the cart look clean? way too messy right now