Hi,
I´ve tried to change the hover color for icons on my page below (home page, see login data, too)
The effect for the 3 icons on the start page shall look like for the 3 light green phrases above: color change to orange on hover.
After reading similar forum topics I´ve tried something like
“.avia-icon-list .iconlist_icon:hover {
color: orange;
}”
But his does not work. Thx very much in advance for your info acc what to to
Best regards, Tilman
Hey Tilman!
Add this to a codeblock element in the page content.
<style type = "text/css">
.av_font_icon a:hover { color: orange !important; }
</style>
Cheers!
Elliott
Thx Elliot,
where in the page content this code should be added? On the mentioned page/location there is only a icon as content element..
Cheers & thx
Hi!
You can add Code Block element ( under Content Elements of Advanced Layout Builder) to anywhere on your page and add the code inside it.
Regards,
Yigit
Thx Yigit, understood.
Cheers, Tilman
Hey!
Glad you got it shorted! I will close the ticket for you now, let us know if we could do anything else for you.
Cheers!
Basilis