Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Benjamin Falcon Friend
    #135693

    Would it be very difficult to set the background color of the edges like in the attachment?

    Thank you!


    1. CAMAG2
    Sherlock Friend
    #280476

    Hi directcorrespondentlender !
    You can do it following some steps below :
    Open template.css file in templates/ja_teline_ii/css folder:
    1. Find following code at about line 532 :


    #ja-wrapper {
    padding:0;

    change to :


    #ja-wrapper {
    padding:0;
    background:#00000; // edit this attribute as you wish

    2. Find following code section at about line 797 :


    #ja-header {
    height:80px;
    line-height:normal;
    position:relative;
    }

    change to :


    #ja-header {
    background:#FFFFFF;
    height:80px;
    line-height:normal;
    position:relative;
    }

    similar , please find css code for ja-container , ja-footer and add : “background:#FFFFFF” for it.

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

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

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