Hi, I would like to make the border on my image with text section round if possible, on dawn theme. Is there a way to achieve this? Basically, I want to make what is highlighted in the below image transparent, or white.
1 Like
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Share the store URL so that I can check and let you know.
Hi @aryaman2 ,
Kindly share your store url
yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template--16297730572502__16625559876d253e87 {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#shopify-section-template--16297730572502__16625559876d253e87 {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
This code doesn’t seem to work… where do I find the template id of the sections that I am using in my pages? Is the selector that I am using is wrong in this css code?