Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #376389

    Hi – I have included a link below of an icon list – and I would like to color one icon in the list differently according to the page you are on. For example if you are on the page I’ve linked below the top icon would be gold and the others would remain the same. Is this possible? Would appreciate any help you can offer. Thank you!

    #376943

    Hi annameis!

    Your link is giving me a 404 but I think the CSS code your wanting to do is drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    .avia-icon-list > li:first-child .iconlist_icon {
    background: gold;
    }
    </style>

    Cheers!
    Elliott

    #377034

    Thanks Elliot! Worked perfectly. Appreciate your help.

    Anna

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icon List – color customization’ is closed to new replies.