Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • softfaber JA JobBoard
    #145259

    How do I change the header color from black to white and the main body color from grey to white?
    Thanks for any help you can give.


    1. halite-change-bg-to-white
    mikodragonfly Friend
    #320716

    in jaHalite’s main template.css at approx. line# 1047, look for:

    #ja-header {
    background: url(../images/header-bg.gif) repeat-x top left #1D1D1D;
    border-bottom: 1px solid #101010;
    position: relative;
    z-index: 100;
    }

    Change this part:
    <blockquote>background: url(../images/header-bg.gif) repeat-x top left #1D1D1D;</blockquote>

    You could probably just change it to:

    #ja-header {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 100;
    }

    ..if all you’re going for is just the basic white color.

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

This topic contains 2 replies, has 2 voices, and was last updated by  mikodragonfly 15 years ago.

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