Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jimcapraro Friend
    #150944

    I’m building a website for a client. They have a logo that uses the color “teal” (close to blue, but not blue.) I have successfully changed the blue.css template file by changing all of the blue hex code to teal hex code.

    But I have one problem. Changing the blue.css file color hex codes does not change the background color of the bottom modules. The background remains blue for User 6, User 7, User 8 and User 3.

    Can someone point me to where I can change the code that controls the background display of these three modules.

    Thanks
    Jim Capraro

    Saguaros Moderator
    #343179

    Dear Jim!

    Pls open the file: /templates/ja_raite/css/colors/blue.css and try to find codes as following:
    here is code to add the background:
    [PHP]#ja-botsl { background: #0D9FC4; }
    [/PHP]
    Good luck

    jimcapraro Friend
    #343189

    <em>@tienhc 178067 wrote:</em><blockquote>Dear Jim!

    Pls open the file: /templates/ja_raite/css/colors/blue.css and try to find codes as following:
    here is code to add the background:
    [PHP]#ja-botsl { background: #0D9FC4; }
    [/PHP]
    Good luck</blockquote>

    Thanks for you help. That is the background color code for JA_Newsflash see lines 91-95 of the Blue.css file:
    Line 91 #ja-newsflash { background: #0090A2; }
    Line 92
    Line 93
    Line 94
    Line 95 #ja-botsl { background: #0090A2; }

    as you can see I had already changed the code and it looks fine. BUT this doesn’t change the background for user 6, user 7, user 8, and user 9. The bottom modules of my template are still the default blue, and not the new teal color ( #0090A2 )

    Can you find the line for the code for bacground color for these 4 bottom modules?

    Saguaros Moderator
    #343544

    Dear jimcapraro!

    You can change background of those module as following:

    pls open the file: /templates/ja_raite/css/colors/blue.css and find codes:

    #ja-botsl { background: #0D9FC4; }
    #ja-botsl .main { color: #ACE0EE; }

    and replace:

    #ja-botsl { background: #0090A2; }
    #ja-botsl .main { color: #ACE0EE; background: #0090A2; }

    above codes worked well on my site
    Good luck

    jimcapraro Friend
    #343550

    <em>@tienhc 178510 wrote:</em><blockquote>Dear jimcapraro!

    You can change background of those module as following:

    pls open the file: /templates/ja_raite/css/colors/blue.css and find codes:

    #ja-botsl { background: #0D9FC4; }
    #ja-botsl .main { color: #ACE0EE; }

    and replace:

    #ja-botsl { background: #0090A2; }
    #ja-botsl .main { color: #ACE0EE; background: #0090A2; }

    above codes worked well on my site
    Good luck</blockquote>

    That did it, site looks great now!! Thank you very very much!

    Jim Capraro

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

This topic contains 5 replies, has 2 voices, and was last updated by  jimcapraro 14 years, 6 months ago.

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