Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #551424

    Dear Sirs

    Please see http://www.peter-test.co.uk/?page_id=26. Here I am using a number of icons in 4 lists. What I want to aehive is to have each icon with a different colour. How can I target each individual icon using css to give it a different font colour and background colour.

    Can you please help

    Pete

    #551533

    Hey condonpb!

    Drag a codeblock element to the page content and add this inside.

    <style type = "text/css">
    .avia-icon-list > li:nth-child(3) .iconlist_icon {
        background: red !important;
    }
    </style>

    Best regards,
    Elliott

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