Solved

Remove border around uploaded image in dawn theme

tyfone
Visitor
2 0 0

I've looked everywhere for this and it's driving me nuts. Please help. Why would this theme assume you want a stroke around every image? Secondly, how can I remove it? Thank you!


https://java4kids.myshopify.com/pages/about-us
pswd: thaigh

Screen Shot 2022-09-21 at 4.25.24 PM.png

Accepted Solution (1)

NerdCurator
Shopify Partner
378 70 103

This is an accepted solution.

@tyfone  You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of base.css file.

.rte img{
border:0 !important;
}

 

Believes in delivering optimizing web solutions | Shopify Partner | Working as a web developer for last 8+ years.
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Email me: info@nerdcurator.com

View solution in original post

Replies 3 (3)

NerdCurator
Shopify Partner
378 70 103

This is an accepted solution.

@tyfone  You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of base.css file.

.rte img{
border:0 !important;
}

 

Believes in delivering optimizing web solutions | Shopify Partner | Working as a web developer for last 8+ years.
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Email me: info@nerdcurator.com
tyfone
Visitor
2 0 0

You are the best. Thank you so much. Spent way too much time on this.

NerdCurator
Shopify Partner
378 70 103

@tyfone Glad I could help. Let us know if you need help in anything else. 

Believes in delivering optimizing web solutions | Shopify Partner | Working as a web developer for last 8+ years.
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Email me: info@nerdcurator.com