• Hi I am pretty new to wordpress, I finally found a theme I like and I have been able to change the text and title font to the one I like. I have changed every topography setting the “Continue Reading” and “Comments” font is still the default. I was wondering if anyone could help me change it?

    site: http://www.jodielizabethhh.com/

Viewing 1 replies (of 1 total)
  • David_G

    (@questas_admin)

    In your customizer you have a CUSTOM CSS tab where you can add css coding. I do believe this is what you are looking for. This is based on the font you are using on your post. Change it to what you want. NOTE: the comments between /* and */ are ignored, just a comment so you know what the snippet is for.

    /* Continue Reading font */
    .powen-continue-reading {
     font-family: "Poiret One";
    }
    
    /* Leave a comment font */
    .entry-footer {
    font-family: "Poiret One";
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to Change Continue Reading And Comments Font’ is closed to new replies.