How to change the color of hover on widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2023 05:25 AM
HI,
If we hover on search icon, we are getting black bg, but if we hover on other widget, it is showing a white bg.
-How can we change the color of hover on texts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2023 07:36 AM
Hi, check if any class is added to tooltip in the widget.
For example, "class=white-tooltip". The one for search is the default color for tooltip.
Can you share the html and css code of your widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2023 08:11 AM
yeah, I can see something different.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2023 09:54 AM
Replace background : lighten($nr-quicklinks-color,15%) with background:black for a.link:hover, a.link:focus
Let me know if that works.