I'm a new user to Squarespace and I'm looking for some help.
I want to add a call to action button in my main navigation for the last link (Get Your Invite)
I've already tried a bunch of other css codes which have been posted as answers in previous questions before, however they don't seem to work with my Hyde template.
My website is - www.varaoptical.com
Any suggestions and answers will be highly appreciated, thanks!
With Avenue Template, use this code
.main-nav li:last-child a {
background: #000;
color: #fff !important;
padding: 10px 20px !important;
border-radius: 20px;
}
Question
NabeelSV 0
Hi all,
I'm a new user to Squarespace and I'm looking for some help.
I want to add a call to action button in my main navigation for the last link (Get Your Invite)
I've already tried a bunch of other css codes which have been posted as answers in previous questions before, however they don't seem to work with my Hyde template.
My website is - www.varaoptical.com
Any suggestions and answers will be highly appreciated, thanks!
Edited by NabeelSVInitial Revision
Link to post
Top Posters For This Question
12
5
4
3
Popular Days
Jun 13
6
May 8
5
May 8
3
Aug 24
2
Top Posters For This Question
tuanphan 12 posts
kherzog 5 posts
damish 4 posts
beatrizc 3 posts
Popular Days
Jun 13 2020
6 posts
May 8 2020
5 posts
May 8 2017
3 posts
Aug 24 2017
2 posts
Popular Posts
tuanphan
With Avenue Template, use this code .main-nav li:last-child a { background: #000; color: #fff !important; padding: 10px 20px !important; border-radius: 20px; }
tuanphan
Remove code you used & add this nav#main-navigation>ul>li:last-child a { background: red; }
tuanphan
.main-nav li:last-child a { background: #000; color: #fff !important; padding: 10px 20px !important; border-radius: 20px; } @media screen and (min-width:641px) { #topNav nav ul { displ
Posted Images
38 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment