Hi everyone
I just wondering and would like to know about how could I delete or remove these grey line breaks/border line on my website's footer mobile homepage? This is the website homepage or you can see in the picture below. So please help or give me a solution to resolve this trouble, thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme-index.min.css.liquid
@media only screen and (max-width: 480px){
#shopify-section-footer .h3.footer-header {
border-top: none;
}
}
User | Count |
---|---|
860 | |
113 | |
100 | |
98 | |
76 |