admin管理员组

文章数量:1406063

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 question

I'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 question

I'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
Add a comment  | 

1 Answer 1

Reset to default 1

Here 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