• Hope someone can help. Is it possible to alter the font used in WordPress’s Catagories widget, and if so how?

    Thanks in anticipation

Viewing 1 replies (of 1 total)
  • This is done by adding a CSS rule in your style.css stylesheet file. As an example, you can use something like this:

    .widget_categories {
      font-family: Whatever fonts you want here;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Categories Widget’ is closed to new replies.