How to change the color of hover on widget

chandan15
Tera Contributor

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.

portal widget hover on.png

3 REPLIES 3

Chandresh Tiwa1
Tera Contributor

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?

yeah, I can see something different.

request widget.JPG

 

Chandresh Tiwa1
Tera Contributor

Replace background : lighten($nr-quicklinks-color,15%) with background:black for a.link:hover, a.link:focus

Let me know if that works.