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
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
cool – is it possible with a fading effect as for the others?
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
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
Dear Yigit,
sorry, my fault – I just had to delete the layer links on the others pages :-)
Thx again!