Site logo

Archived topic

Customize menu

4 replies · Started by Erik on April 24, 2017

Viewing posts 1–5 of 5

Is it possible to customize the menuitems to tabs with space between the items and rounded corners?

I assume you want rounded top corners with spaces between the actual top level menu items? If so, try this:

.main-navigation .main-nav > ul > li > a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}

Great, thanks!!

Glad we could help!

This archived topic is closed to new replies.