Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
How to remove Search and cart icon or hide in dropdown menu on mobile?
believeid
October 2016
in
Menu / Mega menu
How to remove Search and cart icon or hide on dropdown menu on mobile?
Comments
Albert
October 2016
This could be done with custom css only but we would be able to give you such css only if you send us link to your site where you would like to do this.
believeid
October 2016
Believe.id
Albert
October 2016
Ok, thanks. So to remove cart and search from mobile devices, you need to use:
@media
only screen and (max-width: 767px) {
#Top_bar .top_bar_right { display: none !important; }
}
believeid
October 2016
And how if i want hide on drop down menu?
Albert
October 2016
This is not possible unfortunately.
Sign In
or
Register
to comment.
Comments