• Hi there.
    Please forgive my niavity about this… I hope I’m using the forum correctly.
    But I am at my wits end trying to figure out how to change the secondary header size in the 1460 template.
    Looked through the CSS code a bazillion times… And I’m literally tearing my hair out.
    Can anyone help me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I can’t find that template. Can you link to where it is or your site?

    Thread Starter sam deeder

    (@sam-deeder)

    my site is http://4dmarketinggroup.com
    Thanks!

    Line 139 in normalize.css

    /wp-content/themes/theme1460/css/normalize.css

    so you might need to FTP to change it. If you dont feel like doing that you can always try to do this in style.css

    h2 {
    font-size: 20px !important;
    }

    or if your theme options has a Custom CSS spot then just paste in

    h2 {
    font-size: 20px;
    }

    Thread Starter sam deeder

    (@sam-deeder)

    Wow! You are a genius and very generous to help! Thanks you so much!! That last trick (custom CSS box) worked like a charm! 🙂

    Thanks again!
    Sam

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Change the H2 Font Size? Theme 1460.’ is closed to new replies.