Jump to content

Navigation Menu Hovering

Recommended Posts

Hello all,

my website is https://www.wolk.studio/professional.

How can I change the navigation menu to display the exact same color on hovering like the active page the the moment.

At the moment when I hover over CONTACT for example it gets lighter color with lower opacity and I want it to look exactly like the active page - image.png.1dfdd98c7fa244d4378292a9dc9ca9f3.png

It should look like this - example website: https://www.shortstache.com/contact

Thank you in advance.

Link to comment
  • Replies 1
  • Views 1k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

5 hours ago, ggimishev said:

Hello all,

my website is https://www.wolk.studio/professional.

How can I change the navigation menu to display the exact same color on hovering like the active page the the moment.

At the moment when I hover over CONTACT for example it gets lighter color with lower opacity and I want it to look exactly like the active page - image.png.1dfdd98c7fa244d4378292a9dc9ca9f3.png

It should look like this - example website: https://www.shortstache.com/contact

Thank you in advance.

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

.header-nav-item {
    a {
        transition: all .3s ease !important;
    }
    a:hover {
        color: #475758 !important;
        font-weight: bold;
        opacity: 1 !important;
    }
}

 

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

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.