Hi,
in the socket of my site (praxis-herda.de) are two links. Since the links were activated the colour of the links are changing to classic purpose colour. I would like that the colour of the links behave like in the rest of the website. Hope you understand what I mean.
Best regards,
Susanne
Hey suherda,
Thank you for the link to your site, I believe that you would like your socket links to be black and gray with an underline on mouse-over, please try this code in the General Styling ▸ Quick CSS field:
#socket.socket_color .copyright a:hover {
text-decoration: underline;
color: #666666;
}
#socket.socket_color .copyright a {
color: #000000;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
yes. That´s it. Now everything is fine.
Best regards,
Susanne
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike