Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #478281

    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

    #478379

    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

    #478394

    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

    #478451

    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

    #478761

    Thx Yigit, understood.

    Cheers, Tilman

    #478821

    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

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