Archived topic
Padding Issue with CSS Class on Individual Category Menu Item
2 replies · Started by David on April 3, 2019
Hi there,
I am trying to create a class to style a link at the top of my main menu. I simply want to change the background and have minimal padding (like a button). But it creates the color around the image the same height as the logo. I will paste the code here along with a screen shot.
.start-here {
background-color: #edcede;
border-radius:5px;
padding: 0 !important;
margin: 0 !important;
}

Hi there,
Does this help?
https://docs.generatepress.com/article/adding-buttons-navigation/
Let me know :)
Hi Leo,
That was exactly what I was looking for!
Thank you sir! :)