Hello,
I really hope someone can please help with this! I'm just building my store, and it looks okay on the web browser but mobile, you cannot see the header at the top at all. I have tried to search for solutions to this and tried but nothing has worked. My store is - www.luxe-store.co.uk
Thank you so much for any help!
Sarah
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste below code in the bottom of the file
@_media screen and (max-width:767px) {
.header-bar a, .header-bar button {
color: #f7c036!important;
}
}
Screenshot :- https://prnt.sc/x7a83q
Dear @luxestorexx
Hope the following suggestion will help you.
/* Start */
@media only screen and (max-width: 768px) {
.medium-down--hide { display: block !important; }
}
/* End*/
User | Count |
---|---|
547 | |
210 | |
127 | |
79 | |
46 |