Hello guys,
how can i change the link color and hover only in the copyright section of the socket?
Thanks in advance
martin
Hello guys,
how can i change the link color and hover only in the copyright section of the socket?
Thanks in advance
martin
Hi martin,
Just add this code in your Quick CSS or custom.css:
#socket a, .copyright {
color: red !important;
}
#socket a:hover, .copyright:hover {
color: blue !important;
}
Hope this helps.
Regards,
Ismael
Hey Ismael,
Thank you very much!
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
This topic has been closed to new replies.