Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #563862

    Hi,
    on my page below I use 3 fullwidth buttons wich change color on mouseover from green to orange. The same effect I would like to have with the layer slider button (“So geht´s”) in the top header .

    Ho can I do this?

    Thx a lot and best regards, Tilman

    #563946

    Hi Tilman!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    a.ls-l:hover p {
        background: #e65a37!important;
    }

    Cheers!
    Yigit

    #564055

    cool – is it possible with a fading effect as for the others?

    #564057

    Hey!

    Please add following code to Quick CSS as well

    a.ls-l:hover p,a.ls-l p {
        -webkit-transition: width .5s;
        transition: all .5s;
    }

    Best regards,
    Yigit

    #564083

    Hi, Yigit!

    This works, but also on the other layers on pages like “Arbeitgeber”, “Mitarbeiter” etc. Can I assign the hover color & fade effect for the homepage layer only – as this is the only on w/ active link)?

    best , Tilman

    #564095

    Dear Yigit,
    sorry, my fault – I just had to delete the layer links on the others pages :-)

    Thx again!

    #564410

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

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