Re: Change home page photos to arched photos

How can I change my homepage photos to an arched shape?

jenajune
Tourist
9 0 0

I want to change the photos on my home page under the main header photo to be an arched shape and the same size. I have tried a code I found on here but it did not work. Any tips would be appreciated! Screenshot 2024-01-13 at 11.04.08 AM.png

Replies 4 (4)

EwaFromEcomNoon
Shopify Partner
18 1 1

Hello Jenajune 👋
This can be achieved with custom CSS code. Please share the link to your store so I can investigate it and give you the best answer.

Need professional help? Contact me on ecomnoon.com
jenajune
Tourist
9 0 0

Thank you so much!

https://wovensol.com

EwaFromEcomNoon
Shopify Partner
18 1 1

You can paste this code in the section styles to achieve this look on the desktop.

#shopify-section-506c1f7d-9bcf-4eb9-9487-08181fbae338 .flex-grid__item {
flex-basis: 50%;
}

#shopify-section-506c1f7d-9bcf-4eb9-9487-08181fbae338 .flex-grid__item > * {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

 

EwaFromEcomNoon_0-1705309715939.png

 

Please bear in mind that this needs to be adjusted to work on different devices. I think what you really need is a design consultation to figure out what you are exactly looking for and a flexible implementation of this that will work on multiple elements throughout your shop so it looks consistent.

 

 

Need professional help? Contact me on ecomnoon.com
mytasmanianhome
Visitor
1 0 0

Hello,

How would you go about making each product into an arched shape and not just on the main page. Could you use the same coding? 

Please see picture as example 🙂 

Screen Shot 2024-01-22 at 8.54.48 am.png