This topic has 1 reply, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #106082
     lucasmarstonmusic
    Participant

    I’m going through every H1 H2 etc and can’t seem to make the titles of my posts larger when they appear on the homepage. It is all very small but somehow the font size in my footer is huge and won’t change when I play with the body text in theme options either. Its very disproportionate.

     

     

    #106501
     Laura
    Moderator

    Hello, you can change it using css, just add this to your child theme style.css

    COPY CODE
    
    div#footer {
        font-size: small;
    }
    .home h3.post-title.entry-title {
        font-size: 24px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?