• Resolved 2helenteacher

    (@2helenteacher)


    Hello Members!

    Is there anyway to change the font size on the home page? I need to post item daily…and the post “title” is huge! How do I make it smaller? https://www.yyca.org

    I am using Coller Theme.

    Thank You!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • CrouchingBruin

    (@crouchingbruin)

    You should learn to use a web debugging tool like Firebug (a free extension for FireFox) or Chrome Developer Tools (which already comes built-in with Chrome). Then you can inspect any element on a web page and figure out what CSS selectors to use for the rules that you need.

    If you want to change the font-size of the post titles on just the home page, then add this CSS to your Custom CSS options:

    .home h1.entry-title a {
       font-size: 26px;
    }

    Of course, change the value to whatever size you want.

    Thread Starter 2helenteacher

    (@2helenteacher)

    Thank You!
    It worked perfectly!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Size’ is closed to new replies.