Image with text - make text box have round corners.

Solved

Image with text - make text box have round corners.

AdamsDev
Tourist
6 0 5

Hi all, I have added the element below.

 

Screenshot Capture - 2024-08-27 - 11-39-21.png

 

I am looking for custom CSS which can make the edges of the text box round. Can anyone help me with this? Thanks!

Accepted Solution (1)
BSSCommerce-HDL
Shopify Partner
2104 749 951

This is an accepted solution.

Hi @AdamsDev, You can try: 

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    border-radius: 20px;
}
</style>

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 11 (11)

dws_pvt_ltd
Shopify Partner
313 64 90

Hello @AdamsDev, Please share your store URL and password.So that I will check and let you know the exact solution here.


Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.
AdamsDev
Tourist
6 0 5

calc-companion.com

password: 178648

BSSCommerce-HDL
Shopify Partner
2104 749 951

This is an accepted solution.

Hi @AdamsDev, You can try: 

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    border-radius: 20px;
}
</style>

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

AdamsDev
Tourist
6 0 5

Works great, how can I do the same with the image?

BSSCommerce-HDL
Shopify Partner
2104 749 951

Hi @AdamsDev

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.image-with-text__media.image-with-text__media--small {
    border-radius: 20px !important;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

AdamsDev
Tourist
6 0 5

Perfect, thanks!

One more thing, on the website home page I have the following collection list:

How can I make the collections centred? thanks!

 

Screenshot 2024-08-27 161618.png

BSSCommerce-HDL
Shopify Partner
2104 749 951

Hi @AdamsDev

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

 

<style>
.collection-list {
    justify-content: center;
    display: flex !important;
}
</style>

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-HDL
Shopify Partner
2104 749 951

Hi @AdamsDev
Can you kindly share your store link with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

AdamsDev
Tourist
6 0 5

Sure.

calc-companion.com

password: 178648

Sangeetanahar
Excursionist
445 27 56

Hello @AdamsDev 

Can you please send me the Website URL.

Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
AdamsDev
Tourist
6 0 5

Here

calc-companion.com

password: 178648