• Resolved ta100

    (@ta100)


    I can change the color and font-weight of #content h1 (header of posts), but I cannot change the size no matter what. Somehow I used to. Have no idea why I can’t now. Does anyone know of what exactly I need to do/put in my style.css to just change the size of the post header font? I haven’t checked to see if other header sizes don’t change

    I even tried adding “!important” after the font-size, didn’t do anything. It is presently set at 18px but looks something like 22px. Being able to change the font size and see the result will tell me what size I want it. This is crazy.

    This is the site. “Gearing Up” title is the problem, in left side, as the header of a post.

Viewing 2 replies - 1 through 2 (of 2 total)
  • #content h1 {
        color : #7886a2
        font-size : 12px;
        font-family : Arial, Tahoma, Verdana;
        font-weight : normal;
        margin : 0;
        padding : 0 0 3px 0;
        }
    
    #content h1 a {
        color : #7886a2
        text-decoration : none;
        }

    you are missing a ; at the end of the ‘color’ lines

    Thread Starter ta100

    (@ta100)

    I can’t believe I missed that. Thanks, alchymyth. I appreciate your eyes and taking the time to answer my question, to say the least.

    Please note: To conform to the guidelines of this forum, please do NOT visit the site link above. The answer is resolved, and the site will now contain adult content. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘post header doesn’t change size!’ is closed to new replies.