Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • alioztr Friend
    #140269

    Ja Barite has a long top background.
    How to remove it look like this picture

    Thanks

    Anonymous Moderator
    #301529

    Hi,

    For this case, open templates/ja_barite/css/template.css file

    + At about line 675, find following code:

    #ja-headerwrap {
    background:#CC0000 url(../images/header-bg.gif) repeat-x scroll center top;
    color:#CCCCCC;
    height:120px;
    line-height:normal;
    }

    and change to:

    #ja-headerwrap {
    color:#CCCCCC;
    height:120px;
    line-height:normal;
    }

    + At about line 682, find following code:

    #ja-header {
    height:120px;
    position:relative;
    }

    and change to:

    #ja-header {
    background:#CC0000 url(../images/header-bg.gif) repeat-x scroll center top;
    height:120px;
    position:relative;
    }

    alioztr Friend
    #301531

    Thanks for reply, but if i change with your new codes to template.css file,
    in default template color okey,
    but if i change template color to others everything is wrong,
    for example if i want to use blue color, template header was red, pages color is blue and headers long background is blue

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

This topic contains 3 replies, has 2 voices, and was last updated by  alioztr 15 years, 6 months ago.

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