How can I round the corners of a multirow in the dawn theme?

How can I round the corners of a multirow in the dawn theme?

Winner7
Tourist
4 0 1

Good afternoon

Does anyone know how to round the corners of a Multirow? If I have 4 rows within a multirow section, I want all 4 rows to have rounded corners. I am using the dawn theme. Thank you in advance.

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
8202 1972 2410

Hi @Winner7 

Do you mean like this one? 

Made4uoRibe_0-1705184231589.png

If it is check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.image-with-text.isolate.collapse-padding.scroll-trigger.animate--slide-in {
    border-radius: 20px;
    background: darkgrey;
}

.image-with-text__media.image-with-text__media--small.gradient.color-background-1.global-media-settings.image-with-text__media--placeholder.placeholder {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

 

And Save. 

I only used demo for this. If the code wont work, would you mind to share your store URL? Thanks!

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Winner7
Tourist
4 0 1

Thank you. It didn't work but I was able to change it via the theme settings.

oakandhoubdldbc
Visitor
1 0 0

Did you use the code above in the theme settings? or just manage to change it using normal settings?