Hi everone,
Is there a quick guide somewhere to styling the sidebar?
- Have text show as black rather than gray
- Remove that infuriating white “shadow” under the text
Hi everone,
Is there a quick guide somewhere to styling the sidebar?
Hey, I figured it out:
.tc-sidebar-header {
text-shadow: none;
}
.tc-sidebar-header {
color: #000;
}