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
Hiding action button on mobile
aburns348
March 2017
in
Menu / Mega menu
How can I hide the "support" button on mobile?
http://andyburns.staging.wpengine.com/
Comments
Bryan
March 2017
Hi,
You can use this custom css
@media
(max-width:767px) {
.top_bar_right a {
display: none !important;
}
}
aburns348
March 2017
Thanks. I did that but there is still a large gap between the top menu icon and the image?
Bryan
March 2017
Hi,
Go to theme options>responsive>header and find the top bar section.
Set the Icons field to Hide icons & action bar
aburns348
March 2017
Excellent, thank you!
Sign In
or
Register
to comment.
Comments