In Graphene WordPress theme, changing the font

  • llessieur

    #4116

    I am trying to determine how to change the fonts in the slider for the Graphene theme. The title shows up in the default font which looks like it might be Times New Roman, and I’d like to change that font and make it bold. Does anyone know where I can change this? Thanks so much!

    Mod

    Kenneth John Odle

    #27298

    Use this in your child theme style sheet or in your custom CSS:

    .slider_post_entry {
    font-family: Tahoma;
    }

    .slider_post h2 a, .slider_post h2 a:visited {
    font: 16px tahoma;
    }

    llessieur

    #27299

    Can anything other than Tahoma be used? Thanks for the help too!!

    Anonymous

    #27300

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

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