All things Shopify and commerce
hi guys, can you help me to get rid of this(highlighted) black thin border in image(only visible in mobile view). i tried all i can think but not getting result. why this thin border is there and how can i remove this? please see screen shot. thanks
Solved! Go to the solution
This is an accepted solution.
Hi @DSS5 Please add this CSS code in theme.liquid file above </body> tag
<style>
.card__inner {
background: transparent;
}
</style>
This is an accepted solution.
Hi @DSS5 Please add this CSS code in theme.liquid file above </body> tag
<style>
.card__inner {
background: transparent;
}
</style>
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024