Hi
I'm trying to hide the entire header on my site's homepage only. Is there a CSS code for this?
site link: https://2lmnc2v21y1c8onk-17781441.shopifypreview.com
Thanks!
Please add the following code at the bottom of your assets/theme.css file.
.template-index div#shopify-section-header {
display: none;
}
Hope this helps.
Thanks!
Thanks for post
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.template-index #shopify-section-header {display: none;}
User | Count |
---|---|
441 | |
197 | |
102 | |
100 | |
89 |