HIde ''Search product'' option
-
I Like to hide the option Search for products on the mobile left sidebar menu.
So when you click on the hamburger menu.
Can you help me?
I made an screenshot of the area I like to hide
Attachments:
You must be
logged in to view attached files.
Ho,
Try to add the following code snippet to the Custom CSS area in Theme Settings to remove it
.mobile-nav .searchform {
display: none;
}
Regards
PERFECT!
Thank you
Can you also help me whit my next question?
I made a frontpage with slider and on my desktop the tekst fit perfectly under the slider. But when I look at my mobile there is a lot of white space between the slider and the tekst.
I’me made 2 screenshots to show what I mean.
Hope you can help?
Attachments:
You must be
logged in to view attached files.
Edit the row that contains your slider and turn off the “full height” option.
Thanks for your help!
Its perfect now 🙂