I am having a bit of an issue getting this resolved.
I want to have images in my top navigation bar menu change to a different image when on that specific URL for the page.
example;-
HOME - PROCESS - GALLERY - CONTACT
^ when clicking on "PROCESS" it leads to the /process page ^
I want to get it so the "PROCESS" image changes from black to grey and all the others stay black, this will basically show the end user which page they are currently on -> "PROCESS"
My current site: https://alex-vreal.squarespace.com/
This may be quite simple but just having a frustrating time resolving it.
Please let me know how I can fix this and what you guys need from me.
You can do it with
opacity
.You can create a function that adds a class called
active
to theli
tag when you change pages on your website. Then thatactive
class will have a small css.Check this example below and tell me if it helps