Jump to content

How to add linked icon to navigation bar?

Recommended Posts

  • Replies 3
  • Views 966
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

Add a link to your navigation, set the title to SEARCH and the link to /search

Then add this to Header Code Injection:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script>
  // Wait for the DOM to load
  document.addEventListener('DOMContentLoaded', function () {
    // Find the anchor element with the class "search-link"
    const searchLink = document.querySelector('.header-nav a[href="/search"]');

    // Check if the element is found
    if (searchLink) {
      // Remove the text content
      searchLink.textContent = '';

      // Create an icon element using Font Awesome
      const iconElement = document.createElement('i');
      iconElement.className = 'fas fa-search'; // Font Awesome search icon class

      // Append the icon element to the anchor element
      searchLink.appendChild(iconElement);
    }
  });
</script>

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

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.