Hi,
I would like to change the socket menu hover underline color only. How do I do that?
Thanks,
Gabe
Hey connect4consulting!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:
#socket a:hover {
color: green !important;
}
Cheers!
Günter
Hey!
Please add following code to Quick CSS instead
#socket a:hover {
border-color: red;
}
#socket a {
text-decoration: none!important;
border-bottom: 1px solid transparent;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
#socket a:hover { color: white!important; }
Cheers!
Yigit