Jump to content

Circle Buttons in Navigation

Recommended Posts

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
  • Replies 5
  • Created
  • Last Reply
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)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

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
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)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

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
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.