Archived topic
Changing Navigation Menu Style
1 reply · Started by Nasif on September 16, 2018
Viewing posts 1–2 of 2
Hi,
How do I change navigation menu style to this? https://www.screencast.com/t/wLhMSZ6N9y
Thanks,
Nasif
Hi there,
this CSS should get you started:
.main-navigation .main-nav ul li a {
background-color: red;
margin-right: 10px;
border-radius: 5px
}
This archived topic is closed to new replies.