CSS - hiding tab icons/symbols?

Posted 18 days, 36 minutes ago by Lobo-Inu

hiya! I was wondering if there was a way to hide these icons on the sides of character tabs? or even replacing the icons honestly :,3 either/or is something I'm looking for, thanks in advance!

VWRuAkR6_o.png

Avistella

I have [CSS Snippet] Sidebar Icons which allows you to change the icons for tabs specifically (you can remove the code for the icons you don't wish to change).

Alternatively, if you'd prefer to remove them completely, add the following to the bottom of your existing CSS code (if any):

.side-nav .sidebar-tab .sidebar-icon {
display:none;
}

Lobo-Inu

Avistella this works perfectly, thank you so much!! 💚