Jump to content

Replace Page-link titles, With Custom made ''Text-Images'' in Dropdown Folder

Recommended Posts

  • SolveigTraeet changed the title to Replace ''Garamond'' Pagelinks, With Custom made ''Text-Images'' in Folder Menu
  • Replies 12
  • Views 646
  • Created
  • Last Reply
  • SolveigTraeet changed the title to Replace Pagelinks, With Custom made ''Text-Images'' in Folder Menu
On 1/28/2021 at 7:28 AM, SolveigTraeet said:

@tuanphan Do you have time to help me with the code, for how I can replace the pagelinks in folder nav, with my own ''text-images''?

Hi. Sorry for the delay. I was off some day.


Do you still need help on this?

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
  • SolveigTraeet changed the title to Replace Pagelinks, With Custom made ''Text-Images'' in Dropdown Folder
23 hours ago, tuanphan said:

I see custom image here. It looks like you solved?

image.thumb.png.16520a88072ab6ebd39cff4ca24086bb.png

@tuanphan No, I didn't solve it. I want to replace the page-link titles, not the nav icons (stars) next to page-link titles. Can you help me replace the page-link titles with my own custom text-images?

 

Visual Picture of what I want: Replace page-link titles

What it looks like now:                                         What I want it to look:

2029415900_ReplacePagelinks.thumb.png.e55ce34c24045c3aba64702e94d56140.png

 

Link to comment
  • SolveigTraeet changed the title to Replace Page-link titles, With Custom made ''Text-Images'' in Dropdown Folder

Add to Design > Custom CSS. Repeat for other items

.header-nav-folder-item [href="/about"] {
    background-image: url(https://cdn.pixabay.com/photo/2020/12/18/15/29/mountains-5842346__340.jpg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent !important;
    margin-bottom: 20px;
}

.header-nav-folder-item [href="/music"] {
    background-image: url(https://cdn.pixabay.com/photo/2020/03/24/05/08/horse-4962780__340.jpg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent !important;
	margin-bottom: 20px;
}

 

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

Try this new code.

.header-nav-folder-item [href="/about"] {
    background-image: url(https://static1.squarespace.com/static/5feeff4078965c3d27c09d49/t/601d11477075187094652c94/1612517703227/pagelink1.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    margin-bottom: 5px;
}

(I added !important)

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.