Jump to content

7.1 hover effect on nav links

Recommended Posts

  • Replies 9
  • Views 4.5k
  • Created
  • Last Reply
Posted

I did this:

div.header-nav-item a:hover {
    opacity: 0.5 !important;
    transition: 0.01s !important;
}

 

But when you un-hover the transition is still slow, how do I fix?

  • 6 months later...
Posted
On 12/5/2020 at 12:55 AM, tuanphan said:

Add to Home > Design > Custom CSS


div.header-nav-item a:hover {
    opacity: 0.5 !important;
}

 

Hey Tuaphan, It worked for me. Thank you so much man. You are like a fresh breath of air on the forum. I literally prayed for your happiness and progress. thanks again

Posted

Just to add more, how to make hover effect clorful, like if my navi bar titles are in black, when i bring mouse to it it should turn orange... my previous website has this feature but that is on 7.0, my new website (i am building now) is on 7.1 - so need that effect in this one.. The link is: www.abitorange.com

Posted
On 6/12/2021 at 9:58 PM, OrangeKhan said:

Just to add more, how to make hover effect clorful, like if my navi bar titles are in black, when i bring mouse to it it should turn orange... my previous website has this feature but that is on 7.0, my new website (i am building now) is on 7.1 - so need that effect in this one.. The link is: www.abitorange.com

Use this

div.header-nav-item a {
    transition: all 0.1s !important;
}
div.header-nav-item a:hover {
    opacity: 0.5 !important;
	color: orange !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!)

Posted
On 6/13/2021 at 10:14 PM, tuanphan said:

Use this


div.header-nav-item a {
    transition: all 0.1s !important;
}
div.header-nav-item a:hover {
    opacity: 0.5 !important;
	color: orange !important;
}

 

Thank you so much. It worked brilliantly. 

  • 3 weeks later...
Posted
On 6/12/2021 at 9:58 PM, OrangeKhan said:

Just to add more, how to make hover effect clorful, like if my navi bar titles are in black, when i bring mouse to it it should turn orange... my previous website has this feature but that is on 7.0, my new website (i am building now) is on 7.1 - so need that effect in this one.. The link is: www.abitorange.com

Do you want to fix these?

Site URL: https://www.abitorange.com/

1. (Desktop – Header) Make menu items in the same line. And do you want  balance all distance between social icons?

abitorange.com-01-min.png

2. (Tablet/Mobile – Menu) Reduce spacing above Login

abitorange.com-02-min.pngabitorange.com-02-min-1.png

 

3. (Tablet – homepage) Text overlap

abitorange.com-04-min.png

4. (Tablet – Footer) Remove white space between button – orange footer. Text in infor column overlap.

https://www.abitorange.com/custom-pattern

 

abitorange.com-05-min-1.png

5. (Mobile – Product) Want to make 2 items/row?

https://www.abitorange.com/digital-quilting-patterns

abitorange.com-06-min.png

 

6. (Mobile – Product) Want to increase add to cart button width?

https://www.abitorange.com/digital-quilting-patterns/p/sg7c27jwduuo8bjpqnw08ebh0s6nqz

abitorange.com-07-min.png

7. (Tablet – homepage) Icons are a bit off-center, want to align center them?

abitorange.com-08-min.png

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!)

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.