Sorry, It seems it was missing a closing mark. It made it into a button. The only thing is the text wont go white.
Also is there any way to round out the edges? if not, no worries.
Sorry. That was a typo. It was meant to say a proper button.
The URL is https://www.diamantebelize.com/
The code I pasted is in place. That is working but that only changed the background to make it resemble a button.
I have googled sample codes to create a button but they didnt work for me.
I am trying to create a button like in the image with purple background and white text.
This is what I am trying to do but this code didnt work on my website.
https://forum.squarespace.com/topic/196168-turning-the-last-item-on-my-navigation-menu-into-a-button-i-am-using-version-70-five-template/
Hi!
I am trying to create a button on the last menu item that has a purple background with white text.
I havent been successful but I managed to create something similar using an old code I had.
.main-nav ul li:nth-child(5) { background-color: #6954af; padding: 15px;}
Can someone help me make it into a property button?