Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Navigation button disappeared from mobil view? › Reply To: Navigation button disappeared from mobil view?
January 29, 2015 at 11:15 pm
#1818
Participant
Hello,
I see that your theme is heavily modified, but not professionally as it should be. A lot of elements are not displayed correctly.
The reason why your menu button has disappeared is because someone added the code:
#dl-menu {
display: none;
}
to wp-content/themes/elvyre/style.css, at around line 167.
Remove that code and everything will be working as it should.
Robert