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

    Hi,
    I have tried everything and every mentioned solution in your tipps to get another color of hover link than normal link color in my text – but it doesn’t work. I don’t know where the problem is…
    Can you please help me?
    The side isn’t online but I will write you the access.
    Thanks and best regards,
    Eve

    #1351914

    Hi Createve_Solutions,

    Since you have this code in your Quick CSS:

    #main a > strong {
    color: #2997ab!important;
    }

    you can add a code like this for the hover color:

    #main a:hover > strong {
    color: blue !important;
    }

    Just change the color as you see fit.
    Hope it helps.

    Best regards,
    Nikko

    #1351920

    Thank you very much – now it works :).
    Best Regards,
    Eve

    #1351938

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.