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!
Hey midischool!
Can you post the link to your website and point out pages and iconlists you would like to change?
Cheers!
Yigit
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