Shopify themes, liquid, logos, and UX
I'd like to add some sort of indicator to show which size and colour a customer has selected.
Also the spacing is messed up. How can I space them out? Like have colour on top and size underneath.
Thanks, link is below.
https://sheepdogbrewco.com/collections/merch/products/sheepdog-brew-co-shirt
Hi @camkaye
Unfortunately, this is not just a simple edits. Looks like your script is not working. You need a developer to do this for you
Hey @camkaye
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
@media screen and (min-width: 1024px) {
.product-block.product-block_variants {
flex-flow: column;
}
.variant-wrapper+.variant-wrapper {
margin-top: 25px !important;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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