Jump to content

How to replace navigation folder title in header with custom image?

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

15 hours ago, tuanphan said:

You want to replace Plus icon with custom image?

Exactly! I made a custom png of a 3D plus sign on a transparent background in blender and I'd like it to replace the current one. If you view my site in mobile view, I've achieved the result I'm looking for there, and now just looking to replicate the same result in browser view. 🙂

Edited by Goldchain
Link to comment
On 8/12/2022 at 1:40 AM, Goldchain said:

Exactly! I made a custom png of a 3D plus sign on a transparent background in blender and I'd like it to replace the current one. If you view my site in mobile view, I've achieved the result I'm looking for there, and now just looking to replicate the same result in browser view. 🙂

Use this CSS

a.header-nav-folder-title {
    color: transparent !important;
    background-image: url(https://static1.squarespace.com/static/6114d45389fc6e4b03d74c2d/t/62dc5aad8099941c71151695/1658608304626/untitled.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 50px;
    height: 50px;
}

 

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.