How can I hide the “Keyboard Shortcuts” and the “Desktop View” from the hamburger menu?
「いいね!」 1
You can add this CSS to your theme (admin > customize > themes
)
.panel {
.keyboard-shortcuts-link,
.mobile-toggle-link {
display: none !important;
}
}
「いいね!」 6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.