Hello everyone,
I am building a site and I just need to customize the menu section. I need to customize the last menu item to have a button appearance.
Somebody could help me? It's probably stupid for many of you (developers) but it's driving me crazy, lol.
And if its possible add some social media buttons next to the 'contact button'.
like this:
https://ibb.co/5KsyTTH
Thanks you in advance.
update /
could it possible right this?
.nav.primary li:last-child a{
border-radius: 50px;
background-color:#000000;
font-color:#000000;
}
.nav.primary li:last-child a:hover{
background-color:#000000;
font-color:#000000;
}