How to remove border color in Multirow container in Dawn theme?

Topic summary

A user seeks to remove border colors from the Multirow container in Shopify’s Dawn theme.

Initial responses requested the store URL to provide specific help. One suggestion involved editing base.css to add:

.product-media-container .media {
  border: 0 !important;
}

However, a follow-up clarified this solution doesn’t work for the Multirow section (which differs from Product-related containers). Using browser Inspect, they identified the need to set --media-border-width: none; but are unsure how to target the correct container in the code.

The issue remains unresolved, with the latest poster requesting additional guidance on properly applying the CSS fix to Multirow sections specifically.

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

1 Like

firstly share your store URL THEN we will able to help you.

Hi @ivgtrde ,

Would you mind to share your URL website (with password if its protected)?

Thanks!

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.product-media-container .media {
    border: 0 !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Hi!

I have the same issue/request and this didn’t work for me -I’m guessing because it’s not related to Product. This is the MultiRow section, you can apply it anywhere easily with the Theme Editor.

Using Inspect I found I want to use " –media-border-width: none**;**" but I don’t know how to call for the right container.

Could anyone help, please? :slightly_smiling_face:

Thanks in advance!

(I also read this but it didn’t help

https://community.shopify.com/post/1668630 )