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
›
Other
Hide top bar background mobile
skogenlol
August 2018
in
Other
Hi,
I would like to hide the top bar background on mobile as it looks bad, tried to fix it with custom css to no avail.
It looks like this on mobile:
https://imgur.com/a/ZMEG1Ix
Thank you,
Ruben
Comments
Pablo
August 2018
Hi,
Please use this Custom CSS code:
@media
(max-width:767px){
#Header #Top_bar{
background-image:none !important;
}
}
Thanks.
Sign In
or
Register
to comment.
Comments