• Hi there,

    I am trying to figure out a way to nicely change the title font in a single text widget so that the widget title area matches the top post area in size. Right now it’s pretty awkwardly imbalanced.

    The page in question is https://www.zog.net — I’d like the random pictures widget (standard text widget) at right to match the title just to the left, but I don’t want to change all text widgets.

    I know how to set font styles via CSS, but can someone give me a hint where I can set this for a given single widget? There are others that I want to change as well.

    Thanks!

    -John

Viewing 5 replies - 1 through 5 (of 5 total)
  • a possible style would be:

    .suf-widget h3 { ... }

    however, as there is only one widget on the site right now, I can’t tell if this style is also common to all widgets.

    Thread Starter johnsalomon

    (@johnsalomon)

    Thanks much for the reply.

    I have numerous widgets, but they are on other pages. An example is on this page — at least one text widget, where I’m perfectly happy with the default title style.

    I really just want to bring some symmetry to the front page, which looks fairly kludgey right now.

    Also, is this something that would better go in one of the core css files, or in a theme css file?

    Thanks!

    .suf-widget is commonly used on all widgets, however the following seems to be unique:

    .widget_many h3 { ... }

    Thread Starter johnsalomon

    (@johnsalomon)

    Thanks — I think I’ve got a bit of reading to do to figure out where that goes. ??

    Also, is this something that would better go in one of the core css files, or in a theme css file?

    If you are not using a child theme avoid making changes directly to the theme files, or you will lose them when you upgrade. See this article on how to do this without editing files.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Title Font in Single Widget?’ is closed to new replies.