How to change the hover color of the header options?
- 03 Aug 2022
- 1 Minute zum Lesen
- Mitwirkende
- Drucken
- DunkelLicht
- pdf
How to change the hover color of the header options?
- Aktualisiert am 03 Aug 2022
- 1 Minute zum Lesen
- Mitwirkende
- Drucken
- DunkelLicht
- pdf
The content is currently unavailable in German. You are viewing the default English version.
Article Summary
Share feedback
Thanks for sharing your feedback!
You would want to change the hover color of the header options at the article top. You can customize the hover color as per your requirement.
Solution
- Go to Settings → Knowledge base site → Custom CSS & JavaScript, and Custom CSS tab is the default selection
- Paste the below CSS snippet in the window
header .header_top .header_top_nav ul li a:hover {
color: red !important;
text-decoration: none;
}
- Update the hover color as per your requirement
In the above sample snippet, color is updated as green.
- Click Save
Outcome
Before
When you hover over the header menu options, there is no color change.

After
When you hover over the header menu options, the color changes to red. This would enhance the user experience.

War dieser Artikel hilfreich?