• biztips

    (@biztips)


    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

Viewing 1 replies (of 1 total)
  • 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;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘updating h1, h2 etc in custom.css’ is closed to new replies.