Hello,
I have an icon included in several of my tab titles and I would like to give each icon a different color.
Is this possible?
Thank you!
Hi,
Yes, can you post the link to that Page please?
Regards,
Josue
Great, thank you!
The url is: http://isabellamazzei.com/test/destinations/
Hi!
Each tab title gets numbered class:
So, the codes (add this to the Quick CSS) you’d would be like:
.tab_counter_8 .tab_icon {
color: red !important;
}
.tab_counter_9 .tab_icon {
color: blue !important;
}
.tab_counter_10 .tab_icon {
color: yellow !important;
}
Cheers!
Josue
Ah ha! I need to learn this !important; thing.
Thank you very much
You are welcome, glad we could help :)
Regards,
Josue