Replying to: skoobz @skoobz

@skoobz Not sure if there's any documentation perse, You can definitely make the changes in the Custom CSS area of course. I just inspected each element and made sure I called each individual icon for example ".omg-verified" or ".fa-microblog". When you inspect you'll see something like <i class="fa-solid fa-camera"></i> so I'd take and put in my CSS .fa-camera { color: #color; } and so on for each icon

Gabz @Gabz