Jump to content

How to add font awesome down arrow to dropdown menu / folder ?

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: https://shaferrealestate.squarespace.com/

How to add font awesome down arrow to dropdown menu / folder ? 

I was using CSS with a down carrot but suddenly yesterday it stopped working (yesterday, Squarespace did some sort of update that conflicted with my parallax code inject AND the down arrow)

Here's the CSS I was using
// Style Arrow Dropdown Menu
.header-nav-item.header-nav-item--folder a.header-nav-folder-title:after {
  font-family: FontAwesome;
  content: "\f0ab";
  padding-left: 4px;
}

Also I had this in the header 
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<style>
 

I would like to use the circle down arrow
<i class="fa-solid fa-circle-arrow-down"></i>

Site I'm currently building out 

https://shaferrealestate.squarespace.com/
PW: Shafer

Link to comment
  • Replies 2
  • Views 382
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Solution

No need to use FontAwesome, you can use Squarespace Font Icons to improve page speed

a.header-nav-folder-title:after {
    content: "\e009";
    font-family: 'squarespace-ui-font';
}

Squarespace has some icons available.

 

image.thumb.png.e876883d18091b76193b618e44bb894a.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!)

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.