How to change the default class for the widget title?
h2 and h3 are not html classes, they are html tags. That said, does not exists a default html tag for the widgets, because the format used to output widgets title is set when the sidebar is registered (look at ‘before_title’ argument). So how title is shown is theme related and sidebar related, does not … Read more