Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • rajinja Friend
    #151689

    hi ,

    how can I have a background image for the top box of telineIII. That is the top box which has the logo and search.

    which file, css and elements should i edit.

    requesting your help
    thanks
    rajesh


    1. scr1-topbox
    uniquebiz Friend
    #346548

    rajinja;182172hi ,

    how can I have a background image for the top box of telineIII. That is the top box which has the logo and search.

    which file, css and elements should i edit.

    requesting your help
    thanks
    rajesh

    There are several parts to this header block you will need to edit two places

    Firstly, to fill most of the header go to /templates/ja teline iii/css and open template.css – look for the code at line 856

    #ja-header .main { padding: 30px 0 10px; background-color: black }

    add the code in red to get a black background or replace black with the name of hex code of the colour you want

    To make the toolbar with date and time to match, to to line 913
    .ja-day, .ja-updatetime {
    float: left;
    background: #fff;
    color: #999;
    border-right: 1px solid #ddd;
    padding: 2px 10px 0;
    }
    Change the code in red to match the rest

    You will of course have to make sure your logo has a background to match the rest

    Blessings Shannon

    rajinja Friend
    #346616

    thank you shannon,

    What I actually wanted was a background image for the box which has search and logo and not the entire header. Was able to do with the following :

    in layout css

    /* HEADER
    ——————————————————— */
    #ja-header {}
    #ja-header .main .inner {
    /* We use liquid layout, so we need to insert a div which will create margin if need */

    background-image:url(../images/myimage.gif) ;
    background-repeat:no-repeat;
    background-position:right;
    height: 80px;

    }
    —————————
    I am getting the result, but theres a small top and bottom gap or padding. Hope this is the correct way.

    thanks

    Saguaros Moderator
    #346857

    Dear rajinja!

    1) open the file /templates/ja_teline_iii/css/template.css
    a) find the following code:


    #ja-header .main { padding: 30px 0 10px; }


    you adjust the value 30 to redure the top-blank

    GOod luck

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

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 14 years, 5 months ago.

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