Archived topic
Off canvas close button color
7 replies · Started by Klaus on November 14, 2020
Is there a way to change the color of the close button of the off canvas panel, also the color of the (sub menue) arrows? Thanks.
Hi there,
Try this CSS:
.slideout-overlay .gp-icon.pro-close, .slideout-navigation .dropdown-menu-toggle {
color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Looks good, thank you for taking time.
No problem :)
Hmm.... One more question: for the color this seems to work only for a button outside the canvas. The inside the canvas button (customizer > layout > off canvas panel > close button: inside / outside) does not seem to react, no color change.
Is it possible to change the size of the close button as well?
Regards Klaus
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
O.k. I sent the website-address. I used your css, it works good with the close button outside, you can see the inside close button (not working) on my website.
Try this instead:
.inside-navigation .gp-icon.pro-close {
color: #000000;
}