kellijayne Posted August 24, 2022 Share Posted August 24, 2022 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
Solution tuanphan Posted August 25, 2022 Solution Share Posted August 25, 2022 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. 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
kellijayne Posted August 25, 2022 Author Share Posted August 25, 2022 (edited) tuanphan!!!!! You solved yet another issue. Seriously, I cant thank you enough! now if you just had a solution for parallax 😜 Edited August 25, 2022 by kellijayne Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment