Forums

updating h1, h2 etc in custom.css (2 posts)

  1. biztips
    Member
    Posted 7 months ago #

    I cannot figure out why the h1 h2 tags etc don't seem to be updating correctly. I enabled Custom Stylesheet in Thesis Options, but I'm pretty new to both CSS and WP.

    I want the h1 tag to be bigger/bolder than the h2 tag, but it isn't, for example on this page: http://keylargofitness.com/classes

    Can anyone help?

    Thank you!

    Diana
    biztips@gmail.com

  2. mfields
    Member
    Posted 7 months ago #

    in custom css you will find style information for h1 at the bottom of the file, change it to:

    h1{
    font-size: 2em;
    color: #000000;
    padding-bottom: 10px;
    margin: 0px;
    }

Reply

You must log in to post.

About this Topic

Tags