Font for text widget

  • cjkorf

    #9048

    I have a child theme set up and if I add a widget like recent posts or comments to the sidebar the text is all in verdana, which is what I want. The problem is when I add the text widget, the text is all in arial instead of verdana. I’ve searched the forum and tried several different things but nothing seems to work. Any ideas on how I can change the font to verdana?

    Here is the css I have in my child theme:

    .sidebar-wrap {

    padding: 6px;

    font: normal 12px;

    font-family: verdana;

    }

    .sidebar-wrap h3 {

    font: bold 14px;

    font-family: verdana;

    }

    Thanks in advance for the help.

    cjkorf

    #42641

    BTW, the text is inside a table, maybe I need to change the css for tables? But I’m not sure where that is.

    cjkorf

    #42642

    Problem solved.

    Mod

    Kenneth John Odle

    #42643

    Moved to Support. Please post in the correct section next time. Marking thread as resolved. You can do this yourself as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.