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

    Hey Kriesi-Team,

    im glad to have you as a great Support-Team. Manytimes i could find the right answers in the forum but this time i really hung up on a simple thing.

    The Problem:
    I just want to have a simple mouse over at all my hyperlinks (f.e. “…mehr”)… i removed the underline and during mouseover it should change to grey!
    Usually it should work with this:
    .a:hover {color: grey;}

    I dont know what is blocking this simple command and after giving up i thought i give you a last try ;)

    Would be great if you could help me with that.

    Thank you for your support.

    FSQ

    #428594

    Hi FlipmodeSQ!

    Thank you for your kind words :)
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a[title="Produkte"]:hover strong {
      color: orange;
    }

    Best regards,
    Yigit

    #430747

    Thank you for your solution… it works for me!

    #431167

    Hey!

    Great, glad we could help.

    Cheers!
    Rikard

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