Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #183570

    As the title suggests.

    Is it possible to have a different colour for a Icon list per page? using the page number or something like that?.

    Is it possible to go even further and change the icon list colour on a page for one section, and to another colour in a different section on the same page.

    Even better is it possible to change the colour of one individual Icon within a icon list – that basically give you full control over every icon with in a icon list on a page.. if that makes sense!

    #183948

    Hey midischool!

    Can you post the link to your website and point out pages and iconlists you would like to change?

    Cheers!
    Yigit

    #183954
    This reply has been marked as private.
    #184089

    Hey!

    If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.

    .page-id-2251 .avia-icon-list .iconlist_icon {
    color: red;
    }

    Regards,
    Ismael

    #184405
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Is it possible to have a different colour for a Icon list per page?’ is closed to new replies.