Forums
Forums / Theme: Lifestyle / Mobile navigation remove
(@dorana1)
9 years, 6 months ago
Hallo, how can I remove the navigation bar on mobile view?
(@addweb-solution-pvt-ltd)
9 years, 5 months ago
Hello dorana1
Login as admin then click on Customize, then click on css option in theme customization and put below css code into textarea and save.
@media(max-width: 768px){ .nav-primary { display:none !important; } }
Hope this will helps you.
The topic ‘Mobile navigation remove’ is closed to new replies.