Hi Guys,
On my hamburger menu, I’ve changed the background radius to 100px using the following code as I want it to be a circle.
/*mobile menu*/
nav button.menu-toggle {
background-color: #f4b400 !important;
border-radius: 100px;
border: 3px solid;
}
nav button.menu-toggle .gp-icon svg {
color: #000;
}
But the top and bottom edges aren’t quite round
How can I fix this?
Thanks