eoger/tabcenter-redux

Remove Icons Altogether

Opened this issue · 1 comments

Is it possible to remove icons altogether on the side tabs and display only the tab title text?

You can use this custom CSS:

.tab-meta-image {
  display: none;
}