Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13240
    klhaight
    Participant

    I would like to change the font on my widgets. I have the Google Fonts plugin and when I try to change it, the h1 tags change and the comment fonts change. I don’t mind having the h1 tags and the comment fonts the same, but I want a different font for my widgets. What code could I use?

    http://www.chatfieldcourt.com

    Thanks.
    Kristi

    #13273
    Sakin
    Keymaster

    @klhaight: What is the font you are trying to add in?. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* Sidebar Widget Title Font Family */
    #secondary .widget-title { font-family: Helvetica, Arial, sans-serif; }
    /* Sidebar Widget Font Family */
    #secondary .widget { font-family: Helvetica, Arial, sans-serif; }
    #13285
    klhaight
    Participant

    I am trying to have only my widgets be dancing script font.

    Thanks.

    #13290
    Sakin
    Keymaster

    @klhaight: Then you need to add that widget class name.

    #13292
    klhaight
    Participant

    Sorry Sakin…newbie here. Don’t know where I need to add it.

    #13293
    Sakin
    Keymaster

    @klhaight: Well for detail customization you should hire a css developer. I can only help you if you know how to execute. Maybe, you can tell me the widget name for which you want to change.

    #13294
    klhaight
    Participant

    Sorry Sakin, I just thought it would be an easy fix to change the widget titles. Like I said, I have the Google Fonts widget and when I changed the h1 tags and the comment fonts, it changed my widget titles too (follow me, posts by email, what I’m pinning, join me on facebook, blogs i follow and archives). I will keep trying different things.

    I really appreciate all your help and your time.
    Kristi

    #13295
    klhaight
    Participant

    I figured it out.

    Thanks again for your help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘changing widget font’ is closed to new replies.