Reply To: menu item styling to create standalone 'buttons'

Home Forums Support menu item styling to create standalone 'buttons' Reply To: menu item styling to create standalone 'buttons'

Home Forums Support menu item styling to create standalone 'buttons' Reply To: menu item styling to create standalone 'buttons'

#227264
Tom
Lead Developer
Lead Developer

Hi there,

First, set it so the menu background is transparent.

Then you can do this:

.main-navigation .main-nav ul li a {
     background-color: #222222;
     margin-right: 10px;
}

Let me know if you need more info 🙂