Jump to content

Can I use CSS to create a custom navigation menu with icons, subheaders, rounded edges, and transparency?

Recommended Posts

  • Replies 1
  • Views 562
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Add to Design > Custom CSS

.folder-toggle:hover {
    background-color: rgba(0,0,0,0.35);
    color: white !important;
    border-radius: 20px;
}
.subnav {
    background-color: rgba(0,0,0,0.35) !important;
    border-radius: 20px;
    margin-top: 5px;
}
.subnav>div:nth-child(1) a:before {
    content: "\e00e";
    font-family: 'squarespace-ui-font';
}
.subnav>div:nth-child(2) a:before {
    content: "\e028";
    font-family: 'squarespace-ui-font';
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.