Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • moveteam Friend
    #130958

    Thank you very much, I’ve two questions more:

    1) Is it possible to put an background in a specific color (eg. light blue) behind the title? Example: http://peecee.dk/uploads/072008/screendd.png

    2) Can I change the font on the entire site?

    Sherlock Friend
    #260360

    Hi moveteam !
    About question #1 :
    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:400%;
    margin:0pt;
    padding:0pt;
    }

    change to :


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

    Sherlock Friend
    #260362

    About Question #2 :
    You find following code section at about line 18 :


    body {
    background:#FFFFFF none repeat scroll 0% 0%;
    color:#000000;
    font-family:Arial,sans-serif;
    line-height:1.6;
    }

    red text is css for text of your site , you can change it .

    moveteam Friend
    #260579

    Thank you very much, worked like a charm (:

    I’m just wondering how you’re able to help me like that!

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

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

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