tjbarnett Posted January 18, 2021 Share Posted January 18, 2021 I would like my navigation options to be placed in circle buttons. I also want the circles to be different colors and have the same hover effect as the ones in the example I have given below. Here is an example of what I want my navigation to look like. https://www.ardenland.net/ Please help! Link to comment
Beyondspace Posted January 19, 2021 Share Posted January 19, 2021 4 hours ago, tjbarnett said: I would like my navigation options to be placed in circle buttons. I also want the circles to be different colors and have the same hover effect as the ones in the example I have given below. Here is an example of what I want my navigation to look like. https://www.ardenland.net/ Please help! That can be achieved using custom css, could you share your site url as well? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tjbarnett Posted January 19, 2021 Author Share Posted January 19, 2021 https://orca-chiton-kpgb.squarespace.com/config/ Link to comment
tjbarnett Posted January 19, 2021 Author Share Posted January 19, 2021 I have created circles!!!! Now I just need to make a list out of my navigation items to make all of the circles different colors. So close! Link to comment
Beyondspace Posted January 20, 2021 Share Posted January 20, 2021 6 hours ago, tjbarnett said: I have created circles!!!! Now I just need to make a list out of my navigation items to make all of the circles different colors. So close! Please enble site wide password to access the page BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 On 1/20/2021 at 3:26 AM, tjbarnett said: I have created circles!!!! Now I just need to make a list out of my navigation items to make all of the circles different colors. So close! It looks like you solved with this CSS? .header-nav-item:nth-child(1) { background: #c5d939; float: left; width: 76px; height: 76px; border-radius: 50%; margin: 0 18px; position: relative; font-size: 17px; text-align: center; line-height: 4.4; font-weight: 700 } .header-nav-item:nth-child(2) a { color: #fff !important } .header-nav-item:nth-child(2) { background: #c00; float: left; width: 76px; height: 76px; border-radius: 50%; margin: 0 18px; position: relative; font-size: 17px; text-align: center; line-height: 4.4; font-weight: 700 } .header-nav-item:nth-child(3) { background: #acdde5; float: left; width: 76px; height: 76px; border-radius: 50%; margin: 0 18px; position: relative; font-size: 17px; text-align: center; line-height: 4.4; font-weight: 700 } .header-nav-item:nth-child(4) a { color: #fff !important } .header-nav-item:nth-child(4) { background: #009; float: left; width: 76px; height: 76px; border-radius: 50%; margin: 0 18px; position: relative; font-size: 16px; text-align: center; line-height: 4.5; font-weight: 700 } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.