Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1342332

    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

    #1342363

    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

    #1342394

    Hi Mike,

    yes. That´s it. Now everything is fine.

    Best regards,
    Susanne

    #1342396

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Socket – Link Colour when activated’ is closed to new replies.