Hello Community,
I am using the template Dawn. With this template you can divide every section with a seperationline.
Unfortunately, the seperationlines are almost invisible.
Does anyone know how I can change the color of these lines?
URL: https://cbd958-2.myshopify.com/
Password: test
Best regards and thanks in advance!
1 Like
Hi @Norman201
Which separation line you like to change the color? Is this one?
If its this one. You can try this code.
- 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:
- And Save.
hr {
border-color: white !important;
}
.footer__content-bottom {
border-color: white;
}
.footer {
border-color: white;
}
I hope it help.
"
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
"
2 Likes
Hi @Norman201
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.footer__content-bottom {
border-color: #fff !important;
}
.footer {
border-color: #fff !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly