Hi,
I’m using the classic icon list element and the standard font colour is grey. What code can I used to:
- change the colour of the icon list text, site-wide
- change the font size, list-specific
Thanks,
Callum.
Hi,
I’m using the classic icon list element and the standard font colour is grey. What code can I used to:
Thanks,
Callum.
Hello Callum,
Thanks for asking.
.x-ul-icons .x-li-icon {
color: #ddd;
}
font-size: 30px;
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.