Sidebar styliing questions

Hi everone,

Is there a quick guide somewhere to styling the sidebar?

  1. Have text show as black rather than gray
  2. Remove that infuriating white “shadow” under the text

Hey, I figured it out:

.tc-sidebar-header {
    text-shadow: none;
}


.tc-sidebar-header {
    color: #000;
}
3 Likes