Hi again
I would like to make all my list items coloured (#413187) site wide.
So all Bullet Points and Numbers are purple.
Is this possible using CSS?
cheers
Hey Arran!
Please add following code to Quick CSS
a.iconlist_icon {
background-color: #413187!important;
}
Regards,
Yigit
Thanks Yigit.
Not exactly what I was after but I do like the change. Although it only seems to work on the icons that have a link and not others such as the ones on: http://103.226.222.34/~elderkni/contact/
I was initially after a colour change to the bullet points and numbers within the “unordered list”
cheers
Hi!
1- Please change the code to following one
.iconlist_icon {
background-color: #413187!important;
}
2- Please see – http://stackoverflow.com/questions/76564/is-there-an-easy-way-to-change-the-color-of-a-bullet-in-a-list
Regards,
Yigit
Thanks again
Much appreciated