I am using the dawn theme and i want to change the collection photo cover sizes to circle how?
Hi @Rawankusibaty1 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Please provide your store URL If your store is password protected then share the storefront password also.
Thanks!
1] Check this URL for help https://www.youtube.com/watch?v=rW0BmxrqPBQ
2 ] here’s the code to achieve the expected results for the collection cards.
.card__inner.color-background-2.gradient.ratio {
--border-radius: 50% !important;
}
Here’s how to apply this code to your theme:
-
Go to Online Store > (click three dots) > Click “Edit code”
-
Search and open base.css file
-
At the end of the file, put the above code
-
Save the file and check your store.
Thanks!
thank you for your interesting i added i code but nothing change?