Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46864

    Hi,
    I use Jetpack to show page specific widgets on my homepage but I want to change the font and color on the widget title to:
    <span style=”color: #bd2026; font-family: Monotype Corsiva;”>
    How can I do this?

    Kind regards Helena

    http://temp.sundmans.se/boende/gemensamma-ytor/

    #46916
    Sakin
    Keymaster

    You will not be able to add that directly in your widget. So, you need to add that from your css. You can add in the following css in “Appearance => Theme Options => Custom CSS” box.

    .widget-title {
        color: #bd2026;
        font-family: Monotype Corsiva, sans-serif;
    }
    #47071

    It works perfect 🙂 Thank you for your quick answer.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change font on widget title’ is closed to new replies.