test
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • crystalprint Friend
    #188372

    Hello,

    Im trying to change the background color …
    where can i find the code in tempate.css??
    I want to change the background color of all the pages

    kind Regards

    pavit Moderator
    #496399

    Hi

    You can find the settings to change background in this file /templates/ja_zite/css/template.css around line 23

    body#bd {
    background: none repeat scroll 0 0 #F9F6F7 <----- change this value
    color: #666666
    }

    crystalprint Friend
    #496426

    Thank you very much !

    it workt!!

    could also please tell me what the codes are to change the font color of the menu and also of the headers ??

    kind regards

    pavit Moderator
    #496484

    <em>@crystalprint 377485 wrote:</em><blockquote>Thank you very much !

    it workt!!

    could also please tell me what the codes are to change the font color of the menu and also of the headers ??

    kind regards</blockquote>

    Hi

    Could you please post a screen shot of your desired changes ? headers

    crystalprint Friend
    #496487

    <em>@pavit 377559 wrote:</em><blockquote>Hi

    Could you please post a screen shot of your desired changes ? headers</blockquote>

    See attachments.
    i need to change the font color of Menu and of the articles..

    thnx in advance

    kind regards


    1. Schermafbeelding-2013-06-21-om-12.05.42
    2. Schermafbeelding-2013-06-21-om-12.07.00
    pavit Moderator
    #496494

    To change menu color go to this file /templates/ja_zite/css/menu/mega.css

    .ja-megamenu ul.level0 li.active a.mega {
    color: #DDFFFE <-------Active menu
    }

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #333333 <-------change also this for other items
    font-weight: normal;
    overflow: auto;
    padding: 0 1em 15px;
    }

    to change color of your default font go to this file /templates/ja_zite/css/template.css around line 23

    body#bd {
    background: none repeat scroll 0 0 #F9F6F7
    color: #000000 <-------change this value
    }

    crystalprint Friend
    #496495

    Thank you very much!!

    crystalprint Friend
    #496513

    Sorry to bother again but what are the codes for the Header colors ?? Example ” our services’ and header of the articles???

    kind regards

    pavit Moderator
    #496517

    <em>@crystalprint 377599 wrote:</em><blockquote>Sorry to bother again but what are the codes for the Header colors ?? Example ” our services’ and header of the articles???

    kind regards</blockquote>

    Try here /templates/ja_zite/css/template.css around line 900

    #ja-topsl div.ja-moduletable h3, #ja-topsl1 div.ja-moduletable h3, #ja-botsl div.ja-moduletable h3, #ja-botsl2 div.ja-moduletable h3, #ja-botsl3 div.ja-moduletable h3, #ja-botsl4 div.ja-moduletable h3 {
    background: url("../images/title-bg.png") no-repeat scroll center bottom transparent;
    border-bottom: 0 none;
    color: #000000 <---------------change it here
    font-family: 'NovecentowideUltraLightBold';
    font-size: 225%;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 0;
    text-align: center;
    text-transform: uppercase;
    }

    crystalprint Friend
    #496529

    Thank you very much is that also for the Articles ???

    kind regards

    pavit Moderator
    #496549

    <em>@crystalprint 377626 wrote:</em><blockquote>Thank you very much is that also for the Articles ???

    kind regards</blockquote>

    Hi

    Ja_Zite is also using K2 component and it takes this from theme css configuration –

    So you need to be more detailed about Articles

    crystalprint Friend
    #496584

    <em>@pavit 377650 wrote:</em><blockquote>Hi

    Ja_Zite is also using K2 component and it takes this from theme css configuration –

    So you need to be more detailed about Articles</blockquote>

    Hi ,

    Im sorry im gonna try to be more specific.
    I made a article in joomla admin panel not in K2 and i want to change to color of the header text of the article(see attachment)

    I hope this is detailed enough.

    kind regards


    1. header
    pavit Moderator
    #496586

    Hi

    In this file /templates/ja_zite/css/template.css around line 70

    h2.contentheading, .contentheading {
    color: #333333
    font-family: 'NovecentowideUltraLightBold';
    font-size: 300%;
    font-weight: normal;
    line-height: 1.1;
    }
    h2.contentheading a {
    color: #333333
    }
    h2.contentheading a:hover, h2.contentheading a:focus, h2.contentheading a:active {
    color: #EF2A33
    text-decoration: none;
    }

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

This topic contains 13 replies, has 2 voices, and was last updated by  pavit 11 years, 5 months ago.

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