Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • obinna79 Friend
    #174064

    hello,

    how do change the green background on the header and footer of my website http://www.hpnig.net/minofint2/

    how do i remove the black background as well?

    pavit Moderator
    #438998

    <em>@obinna79 301500 wrote:</em><blockquote>hello,

    how do change the green background on the header and footer of my website http://www.hpnig.net/minofint2/

    how do i remove the black background as well?</blockquote>

    Hi

    We start from the black background in your topbar

    goto this file /templates/ja_seleni/css/template.css around line 990

    #ja-topbar {
    background: none repeat scroll 0 0 #050505; <-------------this is the Hex to change to remove the black color
    color: #656565;
    font-size: 11px;
    height: 20px;
    padding: 5px 0;
    position: absolute;
    top: -30px;
    width: 100%;
    z-index: 11;
    }

    Then goto this file for the header green color /templates/ja_seleni/css/colors/green.css around line 48

    #ja-header {
    background-color: #006600; <------------this is the Hex for your green color change it as you prefer
    }

    In the same file around line 50 you need to change the mainnav color

    #ja-mainnav {
    background-color: #006600; <------------this is the Hex for your green color change it as you prefer
    border-bottom: 4px solid #00473E;
    }

    Now the footer , in the same file around line 118 you have

    #ja-botsl2 {
    background: none repeat scroll 0 0 #006600;<------------this is the Hex for your green color of the footer change it as you prefer
    border-top: 5px solid #00473E;
    color: #A8E2DB;
    }

    Regards

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

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

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