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
Hide subheader on phone
DaniaBikes
April 2017
in
Theme support
Hey guys,
I was wondering if there is a way to hide the subheader on phones only?
Comments
Albert
April 2017
Hi,
yes, it is possible but with custom css only:
@media
only screen and (max-width: 767px) {
#Subheader { display: none !important; }
}
Sign In
or
Register
to comment.
Comments
yes, it is possible but with custom css only: