mra0408 Posted April 9 Share Posted April 9 (edited) 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 April 9 by mra0408 Added link Link to comment
abibacon Posted April 9 Share Posted April 9 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
mra0408 Posted April 9 Author Share Posted April 9 Thank you @abibacon! This added in the icon perfectly. How do I remove "menu" from the folder? Link to comment
abibacon Posted April 10 Share Posted April 10 Hey @mra0408, you'll want to remove the title from the dropdown folder settings. You'll need to add a space though so that a character remains. 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment