Can someone please to tell me how to remove burger menu from my rubens theme?
G giovannriz01 New Member Oct 19, 2019 #1 Can someone please to tell me how to remove burger menu from my rubens theme?
E Ekaterina Sayapina Guest Oct 20, 2019 #2 giovannriz01 said: Can someone please to tell me how to remove burger menu from my rubens theme? Click to expand... Hello, The easiest way to hide the burger icon on mobile is to paste this piece of code to your Customization => Head => CSS style: @media (max-width: 767px) { .fixed_burger { display: none; } }
giovannriz01 said: Can someone please to tell me how to remove burger menu from my rubens theme? Click to expand... Hello, The easiest way to hide the burger icon on mobile is to paste this piece of code to your Customization => Head => CSS style: @media (max-width: 767px) { .fixed_burger { display: none; } }
E Ekaterina Sayapina Guest Oct 24, 2019 #4 giovannriz01 said: it still didn't work on my desktop Click to expand... Hello, There's no burger menu in the desktop version of the theme. Could you please be more specific: what exactly are you trying to achieve?
giovannriz01 said: it still didn't work on my desktop Click to expand... Hello, There's no burger menu in the desktop version of the theme. Could you please be more specific: what exactly are you trying to achieve?