Hello, I’m trying to add a button to the far left of my nav menu, similar to the quiz button seen here: (takethesis.com).
my website: tryrem.com
passeord: siraut
Hello, I’m trying to add a button to the far left of my nav menu, similar to the quiz button seen here: (takethesis.com).
my website: tryrem.com
passeord: siraut
Hi @wabbitseason
The password is incorrect, please check and share the password, then we will help you.
Sorry I forgot to update the post, the updated password is just “x”
You can try follow this path:
Themes => edit code => asset => theme.css
and add this code to bottom of the file theme.css
.site-nav.site-navigation > .site-nav__item:last-child {
background: red;
border-radius: 25px;
}
Perfect this worked, thank you!
This worked on the desktop layout, is there a way to maintain this on mobile format as well?