CSS Code to Round Image Corners?

CSS Code to Round Image Corners?

atmosphaera
Shopify Partner
36 0 8

How would I round the corners of this image next to my mission statement? 

i am using a 3rd party theme from etsy

 

helpwtheme.png

 

thank you in advance!

Theme: Taste V.14
URL: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1
Replies 5 (5)

Jack_Khan_Baba
Shopify Partner
96 8 15

please share the url of store along with password if it is protected

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Chat on WhatsApp: +923143054166
Need a Shopify developer? Hire us at naimatullahts335@gmail.com
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
atmosphaera
Shopify Partner
36 0 8

https://atmosphaera.co

Theme: Taste V.14
URL: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1
atmosphaera
Shopify Partner
36 0 8

thank you so much!

Theme: Taste V.14
URL: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1

PageFly-Amelia
Shopify Partner
626 165 238

Hello @atmosphaera 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Store -> Themes -> Edit Code

Step 2: Choose file theme.liquid

Step 3: Add code above the tag </head>

 

<style>
.image-with-text__grid {
   border-radius: 50px; /* you can change the value of 50px to the value you want */
   overflow: hidden;
}
</style>

 

 

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

atmosphaera
Shopify Partner
36 0 8

this did not work, did not change the image and it made a snippet of code appear above my home screen logo

Theme: Taste V.14
URL: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1