Color swatch size - Dawn Theme

Solved

Color swatch size - Dawn Theme

T-Hubscher
Tourist
8 0 2

I want to enlarge the color swatches on my product template in Shopify so that each one appears on a separate line...

I would also like to change the colour of the "Shipping" link to black. 

 

www.peterandson.co.nz

 

THubscher_0-1720645692653.png

 

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 835 909

This is an accepted solution.

Hi @T-Hubscher

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
.swatch--square {
    height: 50px !important;
    width: 50px !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1720652308096.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 4 (4)
T-Hubscher
Tourist
8 0 2

Hi, 

Yes, my site uses the liquid theme. I will be able to update the code. Thank you!

Made4uo-Ribe
Shopify Partner
10089 2397 3029

Hi @T-Hubscher 

Im not sure if i understand what you mean "each one appears on a separate line" do you want make it a dropdown menu? Like this.

Made4uoRibe_0-1720649125909.png

or just to enlarge? if it is check this one. 

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.

 

@media screen and (min-width: 750px) {
    .product-form__input--swatch .swatch-input__input+.swatch-input__label {
        --swatch-input--size: 4rem;
    }
}
.product__tax.caption.rte a {
    color: rgb(var(--color-foreground));
}

 

  • And Save. 
  • result:
  • Made4uoRibe_1-1720649285672.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
T-Hubscher
Tourist
8 0 2

No thanks. 

I want the colour swatches to be bigger so that customers can easily see the grain in the images.

BSSCommerce-HDL
Shopify Partner
2305 835 909

This is an accepted solution.

Hi @T-Hubscher

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
.swatch--square {
    height: 50px !important;
    width: 50px !important;
}
</style>

Here is result: 

BSSCommerceHDL_0-1720652308096.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now