Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • musetex Friend
    #119765

    I would like to know how I can change the sizing of “contentheading” and “componentheading” Currently is very large. Thanks for all the help 🙂

    swemmel Friend
    #218408

    Hi Musetex,

    You can modify it in the template_css.css

    Kind Regards,
    Peter

    musetex Friend
    #218413

    Hi Peter,

    Thanks for response. I’ve been over the template_css.css file and while I did find an entry for “componentheading”, any alterations to it didn’t change the presentation. I currently have edited to the following:

    .contentheading .componentheading
    div.moduletable h3,s
    h1, h2, h3 {
    font-size: 12px;
    }

    instantinlaw Friend
    #218436

    Hi
    I think you need to modify just below that code. Just change the presentage to something smaller I.e. 100% instead of 150% & get rid of the font-size: 12px; you added.

    /* Heading */
    h1 {
    font-size: 150%;
    }
    h2 {
    font-size: 130%;
    }
    h3 {
    font-size: 120%;
    }
    h4 {
    font-size: 100%;
    text-transform: uppercase;
    }

    Hope this helps

    musetex Friend
    #218513

    Thanks to all for the replies 🙂
    The problem was in this bit:


    .componentheading {
    padding-bottom: 5px;
    margin-bottom: 10px;
    background: url(../images/seperator.gif) repeat-x bottom;
    font-size: 200%;
    font-weight: bold;
    line-height: normal;
    }

    I missed this segment until I read the posts above. Thanks again to all that replied. 😀

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  musetex 17 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum