Hello, I would like to have my collection images curved at the top. The images are currently saved curved but I want them to be styled so that, when you upload a collection image it formats it so its curved like this.
I am using the Dawn theme - thanks in advance.
https://daydreamerluxe.myshopify.com/
password: beautybossmedia
1 Like
Hello there
If you find the correct file, and add the css it should look something like this for the collection id
border-top-left-radius: 25px;
border-top-right-radius: 25px;
note you can adjust the 25 to be whatever curve you want, this is an example
Hope this helps
Hi
yes I saw that I could do this, but Iām not sure which part of the code to add it to
@Sammiejojojo
yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.collection-card-wrapper .card {
border-radius: 300px 300px 0 0;
overflow: hidden;
}
After Code view
2 Likes
You are an angel thankyou!
1 Like
@Sammiejojojo
its my pleasure to help us if you want any more help please let me know
@jdimari4
its my pleasure to help us if you want any more help please let me know