Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
What theme you're using?
Refresh!
Check in the theme.liquid file if this code above in your store are there. If it is put some style tag.
<style>
body {
display: grid;
grid-template-rows: auto auto 1fr auto;
grid-template-columns: 100%;
min-height: 100%;
margin: 0;
font-size: 1.5rem;
letter-spacing: 0.06rem;
line-height: calc(1 + 0.8 / var(--font-body-scale));
font-family: var(--font-body-family);
font-style: var(--font-body-style);
font-weight: var(--font-body-weight);
}
@media screen and (min-width: 750px) {
body {
font-size: 1.6rem;
}
}
</style>
And about your cart button try this.
a.button {
background: #BFFB7B;
color: black;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024