custom H2 header font thickness question

  • Anonymous

    #7745

    I am trying to make my styled header words show “thick” instead of skinny and thin font…

    When I put this on html view on a page

    <h2 class="block-title"> EXAMPLE HEADER WORDS </h2>

    WITH the following in my CHILDTHEME

    h2.block-title {
    font-size: 2em;
    line-height: 1;
    padding-bottom: 5px;
    }

    and

    #content h2.block-title {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #E51B24;
    float: left;
    font-size: 2em;
    line-height: 1;
    padding-bottom: 10px;
    padding-right: 10px;
    }

    It works when I put this code into firebug but when I put it into my child theme it seems to flash correctly for a second then the style goes back to being “skinny” .

    any suggestions?

    Thank You

Viewing 1 post (of 1 total)

  • You must be logged in to reply to this topic.