Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change the style of this menu?! #258

Open
Gelloiss opened this issue Nov 14, 2023 · 1 comment
Open

how to change the style of this menu?! #258

Gelloiss opened this issue Nov 14, 2023 · 1 comment

Comments

@Gelloiss
Copy link

How to get rid of this blue background of the highlighted menu item? I tried to take all the css selectors from your documentation, by the way, there is an error in them, in the doc .contexify__item, but in fact .contexify_item. I tried to specify Item className, it works, but for hover or focus there is still a blue background, it is not replaced in any way!!!

@jooyeal
Copy link

jooyeal commented Jun 20, 2024

I had a same issue
In my case, I could handle the style like below. I just overrode the style from parent element.

.parent .contexify_itemContent,
.parent .contexify_itemContent:hover,
.parent .contexify_itemContent:focus {
     background-color: red !important;
}

I hope this method is helpful for you. even though quite some time has passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants