I used the CSS in that resource:
.third-navigation ul {
list-style-type: none;
margin: 0;
}
.third-navigation ul {
display: flex;
justify-content: center;
}
.third-navigation a {
padding: 0 20px;
line-height: 40px;
color: #a51c30;
}
Which provides a nice basic centered layout and removes the list appearance. But how can I bring the styling elements of the default (primary and secondary) GP navigation menus. I want this third menu to look like those. I might tweak it afterwards but want to use them as a base.
Thanks,