Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #850589

    rmjohnson
    Participant

    Hello,

    I am trying to make the font for my news posts excerpts larger on my homepage here: http://sidewalkdetroit.com/wordpress79/ I’d like it to be the same size as the body font on the rest of the page, but for some reason it’s showing up really tiny.

    #850590

    Paul R
    Moderator

    Hi,

    You can add this under Custom > CSS in the Customizer.

    
    body .rpwe-summary {
        font-size: 14pt;
    }
    

    You may change 14pt to achieve your desired result.

    Hope that helps.