Jump to content

Replacing dropdown menu text with an icon

Recommended Posts

Hello! This is my first time posting here, thank you in advance for the help! These forums have been super helpful. I've seen similar requests posted before, but nothing was in line with exactly what I'm trying to do.

I'm trying to figure out a way to replace the "menu" text in the upper left dropdown menu with this icon

Website
Website pw: "art"

Thank you!

Edited by mra0408
Added link
Link to comment
  • Replies 3
  • Views 1.4k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hey @mra0408, try the below. You'll want to remove the word 'menu' from the folder.

 

.header-nav-folder-title::before {
  content: "";
  display: inline-block;
  width: 32px; /* Adjust width as needed */
  height: 32px; /* Adjust height as needed */
  background-image: url('https://static1.squarespace.com/static/660c373e52a5950e32b0eb84/t/66148c738bb81e0984a23ca4/1712622707576/icons8-play-32+%281%29.png');
  background-size: cover; /* or contain, depending on your preference */
}

 

Squarespace Developer based in Hampshire, England

If you'd like to make a contribution for my time you can Buy Me A Coffee.

Reach out for Custom Coding - abibacon.com

Developer & Support Specialist at will-myers.com (Affiliate Link)

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.