[Resolved] Can widget data text be set different from body text

Home Forums Support [Resolved] Can widget data text be set different from body text

Home Forums Support Can widget data text be set different from body text

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #166530
    Tony

    Is it possible to make the widget font different from the body font i.e. the list of recent post titles or the list of categories?

    #166579
    Tom
    Lead Developer
    Lead Developer

    Hi Tony,

    You can use CSS for this:

    .widget {
        font-family: Your chosen font name;
    }
    #166591
    Tony

    Thank you. Burning the midnight oil?
    Of course your code worked but I tried adding font size with no effect.

    .widget {
    font-family: Droid-Serif;
    font-size: 30px;
    /* large to be sure I’d see a change*/
    }

    Is that not possible or do I need different code?

    #166716
    Tom
    Lead Developer
    Lead Developer

    Font size can be handled using the Typography add-on in “Customize > Typography > Widget Typography”.

    #166730
    Tony

    DOH!

    Thank you.

    #166732
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.