Remove search option on a mobile.

Posted in: Newspaper
Post count: 17

Is it possible to remove the search function for a mobile ph. I have it hidden in Desktop view, but still shows on mobile.

Post count: 22421

Hello,

Please add this custom css code in the theme panel custom code section or your mobile theme custom code section:

@media(max-width:767px){
.header-search-wrap{
display:none;
}
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.