Tagged: top menu
Hello!
I have styled a top menu link to look more like a button by changing the background and text color, but the text goes all the way to the edge of the colored background.
How can I add a little more space on the left and right of the label so the color goes beyond the edge of the text and it looks more like a button?
Link is below.
Thanks in advance for your help!
Hey Julie!
To add padding to the link please add the below code to Enfold > General Styling > Quick CSS
li#menu-item-583 a {
padding: 10px 20px;
}
Cheers!
Vinay Kashyap
Hi Vinnie,
Awesome– looks great now! :)
Thank you!