Removing Sidebar + Cookies
The topic ‘Removing Sidebar + Cookies’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I need to have the cookies & consents popup, but don’t have use for the hamburger sidebar. Is there any way I can render the sidebar invisible and still maintain the consent popup?
Thanks!
The blog I need help with is: verymarygray.com
You can try using the following untested Custom CSS to hide the sidebar toggle. This toggle is used on smaller screens to display the site navigation menu items, too, so we don’t want to hide it entirely.
@media screen and (min-width: 960px) {
.site-navigation .sidebar-toggle-button {
display: none;
}
}
The topic ‘Removing Sidebar + Cookies’ is closed to new replies.