Solved! Go to the solution
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
@KetanKumar Thanks for responding. https://www.restfulawakenings.com
I also noticed the site load hangs on both the desktop and mobile after enabling the sliders. Are the image file sizes too big?
This is an accepted solution.
Thanks for the details
1. Go to Online Store->Theme->Edit code
2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.site-header ul.site-nav li:nth-child(2), .site-header ul.site-nav li:nth-child(3) {
display: none;
}
@KetanKumar Unfortunately the code provided hides CANDLES and LOUNGEWEAR from main navigation.
I played around with the numbers but no two combinations hide Login and Create Account; but keep the main-menu as it should be (see back-end screenshot).
I removed the originally provided solution...
Thanks for update
yes please add below new code
.site-header ul.site-nav li:nth-child(2), .site-header ul.site-nav li:nth-child(3) {
display: none;
}
.site-header nav ul.site-nav li:nth-child(2), .site-header nav ul.site-nav li:nth-child(3) {
display: block;
}
User | Count |
---|---|
496 | |
210 | |
149 | |
76 | |
43 |