Forums
Forums / Theme: Twenty Seventeen / Remove Fixed Menu
(@marieflamingo)
8 years, 12 months ago
Hi,
I have a black fixed menu appearing when I’m on mobile and tablet screen, whereas my customised menu is still here (in white). I want to delete the black fixed menu, but don’t find out how to delete it in customised css.
here is my website: http://www.lebureaudelili.com
Any idea?
Thanks.
(@addweb-solution-pvt-ltd)
Hello marieflamingo,
Try below css code.
@media only screen and (max-width: 768px) { #wprmenu_bar { visibility: hidden !important; } }
Hope this will helps you.
Thanks!
The topic ‘Remove Fixed Menu’ is closed to new replies.