Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1406063
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionI'm trying to change a hover color of a menu link element. Normally this is really easy, but on this projet i'm not able to do it.
remove url
I need to change the hover color of "RESERVER" button ( pink button in right header menu ) to another color.
I have tryed tons of CSS edit, no one works...
I'll really apreciate any help for this !
Thanks in advance for your help.
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionI'm trying to change a hover color of a menu link element. Normally this is really easy, but on this projet i'm not able to do it.
remove url
I need to change the hover color of "RESERVER" button ( pink button in right header menu ) to another color.
I have tryed tons of CSS edit, no one works...
I'll really apreciate any help for this !
Thanks in advance for your help.
Share Improve this question edited Nov 28, 2019 at 20:22 Gregory asked Nov 28, 2019 at 18:43 GregoryGregory 6025 silver badges20 bronze badges 2- FYI: Even though the question has been edited, anyone on the Internet can still see the password you had posted here. I would recommend changing that password immediately. – Pat J Commented Nov 28, 2019 at 21:25
- 1 thanks, its just a htpassword for Google, but you're true, i'll change it. – Gregory Commented Nov 28, 2019 at 22:29
1 Answer
Reset to default 1Here you go -
.book-now-link span:hover {
background-color: #ffffff;
padding: 5px 10px 5px 10px;
}
Tested and it works.
本文标签: csschange hover color of specific menu link
版权声明:本文标题:css - change hover color of specific menu link 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744958282a2634493.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论