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
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