Reply To: Customizing the Navigation Bar

Home Forums Support Customizing the Navigation Bar Reply To: Customizing the Navigation Bar

Home Forums Support Customizing the Navigation Bar Reply To: Customizing the Navigation Bar

#153150
Tom
Lead Developer
Lead Developer

You’ll be looking at something like this:

.main-navigation ul li a {
    margin-right: 10px;
    border-radius: 20px;
}

That will separate them and make them more round – you can add more CSS to that selector for gradients etc..