Site logo

Archived topic

Menu item button

4 replies · Started by Gabriel on August 10, 2017

Viewing posts 1–5 of 5

Hello

I am trying to add CSS to a navigation item to make it look like a button, but I can't manage to reduce the height of the "box" I am adding. The background applies to the entire menu height and not only around the text. How can I send a picture to explain my self better?

Thank You

Hi there,

Try this additional CSS:

.main-navigation .main-nav ul li.nav-button a {
    line-height: 50px;
}

That works great thank you very much!

No problem!

This archived topic is closed to new replies.