Archived topic
Mobile Menu Burger Style on Click
1 reply · Started by Danny on March 20, 2018
Viewing posts 1–2 of 2
Hello, I switched from Astra to GP recently and I am really liking the theme. Thank you in advance for your support.
On mobile, when I click the burger menu, it's highlighted. How do I remove the link to the burger menu?

Hi there,
Try this CSS:
@media (max-width: 768px) {
.mobile-header-navigation button:hover {
background-color: #fff;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.