test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • moveteam Friend
    #130893

    Hi,

    I love the Kulanite template, but have 2 questions:

    1) I think it looks very confusing with all the lines, especially in articles. For an example, look here:

    http://c4d.dk/index.php?option=com_content&view=article&id=43:iphone-udsolgt-efter-3-timer&catid=34:politics&Itemid=9

    I would like if it could look more like this:
    http://peecee.dk/uploads/072008/example.jpg

    2) How do I make the article title (iPhone udsolgt efter 3 timer) much bigger?

    Thank you

    Sherlock Friend
    #260059

    Hi
    You can change it following some steps below :
    Step 1 : Open template.css file in templates/ja_kulanite/css folder find following code section at about line 463 :


    #ja-current-content {
    background:#FFFFFF url(../images/grad2.gif) repeat-x scroll center bottom;
    border:1px solid #E6E6E6;
    padding:10px 15px;
    }

    change to :


    #ja-current-content {
    background:#FFFFFF url(../images/grad2.gif) repeat-x scroll center bottom;
    padding:10px 15px;
    }

    continue , find following code section at about line 684 :


    #ja-pathway {
    margin-bottom:5px;
    padding:0pt 0pt 7px;
    }

    change to :


    #ja-pathway {
    margin-bottom:5px;
    padding:0pt 0pt 7px;
    }

    Step #2 :
    Open default_css.css file in components/com_maxcomment/templates/default/css folder , find following code section at about line 22 :


    table.mxcdefault_dotted td {
    border-top:1px dotted #999999;
    color:#666666;
    font-size:11px;
    font-stretch:semi-condensed;
    font-weight:normal;
    height:22px;
    vertical-align:middle;
    }

    change to :


    table.mxcdefault_dotted td {
    color:#666666;
    font-size:11px;
    font-stretch:semi-condensed;
    font-weight:normal;
    height:22px;
    vertical-align:middle;
    }

    continue , find following code at about line 12 :


    table.mxcdefault_dotted {
    border-bottom:1px dotted #999999;
    font-family:Verdana,Geneva,Helvetica;
    vertical-align:middle;
    }

    change to :


    table.mxcdefault_dotted {
    font-family:Verdana,Geneva,Helvetica;
    vertical-align:middle;
    }

    Sherlock Friend
    #260061

    to change font-size of article title , you open template.css file in templates/ja_kulanite/css folder, find following code section at about line 318 :


    h2.contentheading, .contentheading {
    color:#333333;
    font-size:200%;
    margin:0pt;
    padding:0pt;
    }

    red text is css code for font-size.

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

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

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