• Hello! I’ve managed to change the majority of the text on my site to font-family: arial, helvetica, sans-serif using the Custom CSS editor, but in several of the right sidebar widgets the original font is still showing up (I think it’s called “vollkorn”). Specifically it’s within the “Subscribe,” “Search” and “Archives” widgets in the forms/buttons/drop downs. It’s also partially within the footer menu – the links have changed, but the other text has not. I would like all the text to be the same and I’ve tried a bunch of different things in the Custom CSS editor, but nothing has worked as of yet.

    I’d truly appreciate some help on this! Here is my site:
    https://ofhousesandtrees.com

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    Try add the following css code to
    Dashboard => Appearance => Customize => Design => Custom Css

    #secondary h3.widget-title {
        border-bottom: 1px solid #5b5b5b;
        font-family: 'Arial';
    }

    That should do it.

    If your question has been answered, we would love if you would mark this topic as resolved in the right hand sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.

    best regards

    Thread Starter larissaswayze

    (@larissaswayze)

    Thanks so much! I actually did figure out how to fix that particular font problem, but the Vollkorn font still pops up in several places – notably in the comments section and on the contact page when you’re typing comments/info into the forms as well as the published name of the person who commented and the date. It seems like that font just creeps in everywhere!

    Any ideas on how to fix this would be very much appreciated!!!
    https://ofhousesandtrees.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change All Fonts Including Within Widgets?’ is closed to new replies.