Is there a way to remove Collection image , which is shown beside the Navigation Menu (mobile menu version) ?
Theme : Expanse
Store Address : https://fabkraft.com
Is there a way to remove Collection image , which is shown beside the Navigation Menu (mobile menu version) ?
Theme : Expanse
Store Address : https://fabkraft.com
oh sorry for that can you try this code
@media only screen and (max-width: 768px) {
.slide-nav__image {display: none;}
.slide-nav__image+span {padding-left: 0;}
}
Thank you! this worked for me!
Thank you, works fine for me too!
Hello
I have a slightly different problem, I hope you can help.
I want my main collection image to show on the top of collection page, but NOT on mobile. It looks much nicer on desktop BUT it makes the page too long on mobile.
Is there a way to fix this?
thank you