Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • mpinchuk Friend
    #176028

    Hello!
    How can I change body color of JA Anion? I want it wite.
    I changed body#bd { background: url(../images/grad01.gif) left top repeat-x; background-color: #fff; color: #353535; } in
    templatesja_anionthemeslight-greencsscolor.css
    But it did help. Only partially.

    khoand Friend
    #448108

    <em>@mpinchuk 313380 wrote:</em><blockquote>Hello!
    How can I change body color of JA Anion? I want it wite.
    I changed body#bd { background: url(../images/grad01.gif) left top repeat-x; background-color: #fff; color: #353535; } in
    templatesja_anionthemeslight-greencsscolor.css
    But it did help. Only partially.</blockquote>
    Hi,
    – You change this code from /templates/ja_anion/core/themes/light-green/css/color.css

    body#bd {
    background: url(../images/grad01.gif) left top repeat-x;
    background-color: #44532F;
    color: #353535;
    }

    – You delete all of files of /cache and /t3-assets directory.

    mpinchuk Friend
    #448115

    I made that you adviced
    But the top of body didn’t change
    The top part of body is steel green

    khoand Friend
    #448119

    <em>@mpinchuk 313395 wrote:</em><blockquote>I made that you adviced
    But the top of body didn’t change
    The top part of body is steel green</blockquote>
    You go to Template manager,choose JA Anion template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.
    Could you give me a link to your page as you said?

    mpinchuk Friend
    #448195

    I can’t give you the link because it is locally now.
    This is what I have now.


    1. Untitled
    khoand Friend
    #448196

    <em>@mpinchuk 313501 wrote:</em><blockquote>I can’t give you the link because it is locally now.
    This is what I have now.
    </blockquote>
    I can’t help you if I don’t see your website directly. So when you publish your website and your issue is available, you inform me, I will help you.

    mpinchuk Friend
    #448414

    I published my website.
    Can you help me with body and themes color?

    khoand Friend
    #448904

    What is your link?

    mpinchuk Friend
    #448907
    khoand Friend
    #448924

    You just remove the bold text from code

    body#bd {
    background: url(../images/grad01.gif) left top repeat-x;
    background-color: white;
    color: #353535;
    }

    mpinchuk Friend
    #448970

    But what should I change next to change body color of template?

    khoand Friend
    #449096

    <em>@mpinchuk 314584 wrote:</em><blockquote>But what should I change next to change body color of template?</blockquote>
    I don’t understand what you mean clearly. Could you explain more?

    mpinchuk Friend
    #449098

    I want body to be white, not green.
    Now what I received is bottom white and top is green.

    khoand Friend
    #449103

    <em>@mpinchuk 314727 wrote:</em><blockquote>I want body to be white, not green.
    Now what I received is bottom white and top is green.</blockquote>
    You replace the code from http://hot-kitchen.com/templates/ja_anion/themes/light-green/css/color.css, please

    body#bd {
    background: url(../images/grad01.gif) left top repeat-x;
    background-color: white;
    color: #353535;
    }

    with

    body#bd {
    background-color: white;
    color: #353535;
    }

    mpinchuk Friend
    #449127

    Thanks. It is work.

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

This topic contains 15 replies, has 2 voices, and was last updated by  mpinchuk 12 years, 7 months ago.

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