Jump to content

[Share] Dropdown Arrow CSS

Recommended Posts

Posted

Some CSS code for Dropdown Arrow.

You can add code to Website Tools > Custom CSS.

If code doesn't work, you can share site url, I will check again.

#1. Add Dropdown to Folder Dropdown Title

/* dropdown arrow */
a.header-nav-folder-title:after {
    content: "\e009";
    font-family: 'squarespace-ui-font';
    position: relative;
    top: 2px;
}

image.png.5a6ccbe1097aa1046312f0b3d65777e1.png

Result

image.png.5fbdd0a7dd6d5c9736b5fea0ef34a8a9.png

#2. Each dropdown arrow will have a different color

/* dropdown arrow */
a.header-nav-folder-title:after {
    content: "\e009";
    font-family: 'squarespace-ui-font';
    position: relative;
    top: 2px;
}
div.header-nav-item:nth-child(1) a.header-nav-folder-title:after {
    color: #f1f;
}
div.header-nav-item:nth-child(2) a.header-nav-folder-title:after {
    color: #fff;
}
div.header-nav-item:nth-child(7) a.header-nav-folder-title:after {
    color: #000;
}
div.header-nav-item:nth-child(8) a.header-nav-folder-title:after {
    color: red;
}
div.header-nav-item:nth-child(9) a.header-nav-folder-title:after {
    color: green;
}

image.png.b079923f1da8b3b82a48ce4b8dd5bfb1.png

#3. Arrow on Desktop Only

/* dropdown arrow */
a.header-nav-folder-title:after {
    content: "\e009";
    font-family: 'squarespace-ui-font';
    position: relative;
    top: 2px;
}
div.header-menu-nav-item span.chevron.chevron--right {
    display: none !important;
}

#4. Change Dropdown arrow to Down Arrow on Hover

/* dropdown arrow */
a.header-nav-folder-title:after {
    content: "\e009";
    font-family: 'squarespace-ui-font';
    position: relative;
    top: 2px;
    display: inline-block;
}
a.header-nav-folder-title:hover:after {
    transform: rotate(180deg);
}

image.png.3d5b10d97552447f634633b275467c2a.png

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

  • Replies 0
  • Views 894
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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.