how can i make images a little round from corners.

Solved

how can i make images a little round from corners.

uroojzahra
Visitor
3 0 0

i want to make all images corner round on shopify store

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 512

This is an accepted solution.

Hello @uroojzahra 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  img {
     border-radius: 10px !important; /* Adjust the value as needed */
  }

</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]

View solution in original post

Reply 1 (1)

niraj_patel
Shopify Partner
2378 514 512

This is an accepted solution.

Hello @uroojzahra 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  img {
     border-radius: 10px !important; /* Adjust the value as needed */
  }

</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]