rid Tag Filter text color on mouseover
-
Hello! I use custom CSS to made text on bubble active tag white.
Here is code:
.tag-bubble.lay-tag-active {
color: #fff
}
Question. How can I make the text white when I hover over it?
Thanks for help! -
hey, do you have a link for a closer look?
you need to put a ";" after "fff", maybe why it's not working.
-
Code I wrote above works well. It's only for active link. But I need to make text white exactly when mouseover. I need another code)
-
Code I wrote above works well. It's only for active link. But I need to make text white exactly when mouseover. I need another code)
@shchepinov ah okay usually you need a ; there, do you have a link to your site?
-
Yep https://shchepinov.pro/
But it's not about a ; I need a code that will make the tag filter text white on hover. -
Yep https://shchepinov.pro/
But it's not about a ; I need a code that will make the tag filter text white on hover. -
yeah, it's working! Thanks you so much!