Jump to content

Changing the names in portfolio navigation

Go to solution Solved by tuanphan,

Recommended Posts

Hello,

I'm wondering if there is a way to modify the navigation labels on my portfolio page. I would like to replace the project names with the words "previous" and "next" to improve navigation clarity. Is there a code or solution available to achieve this modification?

my website is https://imarastudios.net/

I'm made a screenshot of the section of the navigation I'd like to change. 

Zrzut ekranu 2023-06-30 o 11.35.25.png

Link to comment
  • Replies 9
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 year later...

Hi I had a query - 

I have added a portfolio grid and the layout is: hover- follow cursor, The link format is " in line"

How do I remove this extra backslash after SOEZI? Because technically it's coming on the next line, so the backslash should not be there.

the delimiter chosen is \ (backslash)

Any help would be appreciated ! 

Screenshot 2024-07-17 at 7.13.38 PM.png

Edited by ShreyaK
Link to comment
On 7/17/2024 at 9:14 PM, ShreyaK said:

Hi I had a query - 

I have added a portfolio grid and the layout is: hover- follow cursor, The link format is " in line"

How do I remove this extra backslash after SOEZI? Because technically it's coming on the next line, so the backslash should not be there.

the delimiter chosen is \ (backslash)

Any help would be appreciated ! 

Screenshot 2024-07-17 at 7.13.38 PM.png

You can use this code to Website Tools > Custom CSS

a.portfolio-hover-item h1:after {
   visibility: hidden !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

.portfolio-hover-item h1:after {
   visibility: visible;
}

.portfolio-hover-item:nth-child(n+4) h1:after {
   visibility: hidden; 
}
tried this code as well but then all the \ disappeared after the 4th item (SOEZI - refer previous  screenshot)

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.