Viewing 6 replies - 1 through 6 (of 6 total)
  • Are you referring to the widget titles or the text inside the widget? The text inside the widget isn’t actually bold, but it might look that way because it’s using a different font family that the post text. You can make it look like the post text by adding this to your custom CSS:

    .widget a,
    .widget label {
        font-family: 'Actor';
    }

    Thread Starter kellyjeanine

    (@kellyjeanine)

    I’m referring to the widget title. Thanks

    Thread Starter kellyjeanine

    (@kellyjeanine)

    That didn’t work. “categories” and “SIGN UP FOR OUR newsletter” is the difference I am talking about.

    Sorry, try adding this rule:

    .widget-title span,
    .widget-title span em {
        font-size: 14px;
    }

    Adjust the font-size as necessary.

    Hello !
    (sorry for my english….)

    I have a problem with the title from sidebar / Widgets…

    Original the title of any sidebar looks like:

    ===FIRST SECOND third====

    The third word has all different proberties like the first and second word ….
    But i will that all words of the Title looks the same like the last word….

    i don′t know how can i make it.

    Thx 4 Backup !

    einfach112

    @einfach112, can you please post a link to your site?

    You should be able to add this CSS using a CSS plugin like Jetpack or Custom CSS Manager:

    .widget-title span {
        font-family: 'Niconne', cursive;
        font-size: 24px;
        text-transform: lowercase;
        font-style: normal;
        padding-left: 3px;
        color: #F9AA89;
    }

    The value for color will depend upon which color scheme you’ve selected for the theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Regular And Bold Font Used Where Widgets Are’ is closed to new replies.