penpen 2 Share Posted December 2, 2020 (edited) Site URL: https://www.studiosmpl.com is there a way to have the same hover effect (opacity change only) on the nav links as the text links? Edited December 2, 2020 by penpen Link to post
0 tuanphan 8,930 Share Posted December 5, 2020 Add to Home > Design > Custom CSS div.header-nav-item a:hover { opacity: 0.5 !important; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 penpen 2 Author Share Posted December 7, 2020 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? Link to post
0 tuanphan 8,930 Share Posted December 8, 2020 div.header-nav-item a:hover { opacity: 0.5 !important; } div.header-nav-item a { transition: all 0.1s !important; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
penpen 2
Site URL: https://www.studiosmpl.com
is there a way to have the same hover effect (opacity change only) on the nav links as the text links?
Edited by penpenLink to post
Top Posters For This Question
3
2
Popular Days
Dec 8
2
Dec 2
1
Dec 5
1
Dec 7
1
Top Posters For This Question
penpen 3 posts
tuanphan 2 posts
Popular Days
Dec 8 2020
2 posts
Dec 2 2020
1 post
Dec 5 2020
1 post
Dec 7 2020
1 post
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment