Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • mpinchuk Friend
    #176695

    Hi,
    How can I change the color of the elements which is marked out on the picture by yellow to be like the element marked out on the picture in red color.

    Thank you in advance


    1. element-color
    khoand Friend
    #451308

    Could you give me a link to your website?

    mpinchuk Friend
    #451313
    khoand Friend
    #451400

    You replace the code from /templates/ja_anion/themes/light-green/css/color.css

    div.ja-moduletable h3, div.moduletable h3 {
    background-image: url(../images/h3-bg2.gif);
    background-color: white;
    }

    with

    div.ja-moduletable h3, div.moduletable h3 {
    background: url(../images/bx-ct-bg2.gif) repeat-x;
    background-color: white;
    }

    Replace the code from /templates/ja_anion/css/template.css

    #ja-content-top div.ja-moduletable h3 {
    background-color: white;
    background-image: url(../images/h3-bg2.gif);
    }

    with


    #ja-content-top div.ja-moduletable h3 {
    background-color: white;
    background-image: url(../themes/light-green/images/bx-ct-bg2.gif);
    }

    mpinchuk Friend
    #451416

    Thank you,
    but it is became green only partially
    look at picture please

    background of the text is not green


    1. Picture5
    khoand Friend
    #451539

    You replace the code from color.css

    div.ja-moduletable h3 span span {
    color: #777;
    }

    with

    div.ja-moduletable h3 span span {
    color: white;
    }

    Replace

    div.ja-moduletable h3 span {
    background-image: url(../images/title-bg2.png);
    }

    with

    div.ja-moduletable h3 span {
    background-image: url(../images/hilite-title-bg.png);
    }

    Replace the code from template.css

    #ja-content-top div.ja-moduletable h3 span span {
    color: #777;
    }

    with


    #ja-content-top div.ja-moduletable h3 span span {
    color: #white;
    }

    replace

    #ja-content-top div.ja-moduletable h3 span {
    background-image: url(../images/title-bg2.png);
    }

    with

    #ja-content-top div.ja-moduletable h3 span {
    background-image: url(../themes/light-green/images/hilite-title-bg.png);
    }

    mpinchuk Friend
    #451860

    It is changed, but characters are not white.
    Please have a look http://hot-kitchen.com

    khoand Friend
    #451885

    Your code is wrong

    div.ja-moduletable h3 span span {
    color: #white; <-- right is white (without #)
    }

    mpinchuk Friend
    #451915

    Sorry for mistake, I corrected it, but the color of characters changed only in main part of site, and did not changed at left and right.

    mpinchuk Friend
    #453764

    Hello,
    Any ideas?

    Saguaros Moderator
    #454455

    Hi mpinchuk,

    If you use editor like Firebug, you can easily see exact file name requiring the change.

    Replace code from template.css:

    div.ja-moduletable h3 span span {
    background-position: left top;
    color: #555555
    height: 20px;
    line-height: 17px;
    padding-left: 11px;
    padding-right: 0;
    }

    You can change color to white

    Hope this helps.

    mpinchuk Friend
    #454650

    Sorry,
    it was my mistake. I put # before name of color.
    Now it is ok!
    Closed!

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

This topic contains 12 replies, has 3 voices, and was last updated by  mpinchuk 12 years, 6 months ago.

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