Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ravenfire Friend
    #127593

    Hi

    I am trying to work out which section of the CSS I need to change to make headings smaller. For example on this page:-

    http://www.mumszone.co.uk/articles/

    I want to make the “Mumszone Site Articles” large heading at the top smaller. Could someone tell me which part of the CSS this is please.

    Many thanks

    Sherlock Friend
    #245662

    Hi ravenfire !
    You open template_css.css file in templates/ja_senecio/css folder. Find following code section at about line 719:


    .componentheading {
    background:transparent url(../images/sep.gif) repeat-x scroll center bottom;
    font-size:200%;
    font-weight:bold;
    line-height:normal;
    margin-bottom:10px;
    padding:0pt 0pt 5px 2px;
    }

    change to :


    .componentheading {
    background:transparent url(../images/sep.gif) repeat-x scroll center bottom;
    font-size:120%;
    font-weight:bold;
    line-height:normal;
    margin-bottom:10px;
    padding:0pt 0pt 5px 2px;
    }

    good luck !

    ravenfire Friend
    #245688

    That’s done the job

    Thanks for the help 😀

    Sherlock Friend
    #245761

    very happy when hear thanks from you !

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

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 16 years, 7 months ago.

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