Hi all, can someone please tell me how to add a section divider on my home page. everything kind of blends together and i would like a definitive line between each section. Now i am not tech savvy at all, so if i need to input code or anything then i will need it laid out in very basic points to follow so that i dont paste it in the wrong code file or line or anything. Appreciate your help. thanks
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Please provide a complete URL.
Thanks!
Thanks for the URL but this is not working. When I click it asks me for login.
I tried with https://ambiescents.com but it doesn't work.
Let me know.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (min-width: 750px) {
div[class*="index-section--flush"]:first-child { border-bottom: 0px !important; }
.index-section, div#shopify-section-featured-collections { border-bottom: 1px solid #dcdcdc !important; }
}
Hope this helps.
Thanks!
User | Count |
---|---|
454 | |
195 | |
137 | |
61 | |
41 |