Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • easykey Friend
    #128363

    How do I remove the transparent grey stripe in the header?

    I tried unpublishing the Newsflash module – which removes the text

    But it leaves the transparent grey area spoiling the header images

    Sherlock Friend
    #248359

    Hi easykey !
    You open template_css.css file in templates/ja_rochea/css folder , find following code section at about line 1107 :


    .wide #ja-subhead div.innerpad {
    background:transparent url(../images/top-bg.png) repeat-y scroll left top;
    }

    change into :


    .wide #ja-subhead div.innerpad {
    }

    easykey Friend
    #248361

    Thanks for your reply.

    Tried that – the grey bar is still there

    easykey Friend
    #248364

    Thanks to your help I think I solved it.

    I need to replace

    #ja-subhead div.innerpad {
    background: url(../images/top-bg-narrow.png) repeat-y top left;
    position: absolute;
    top: 20%;
    right: 0;
    padding: 10px 0 15px;
    width: 100%;
    }

    with

    #ja-subhead div.innerpad {
    }

    picosaventura Friend
    #248580

    Hello,

    I’m having the same issue, both solutions suggested above did not work for me, the transparent image still there.

    Can you help?

    Thanks

    Sherlock Friend
    #248694

    Hi picosaventura !
    Please send link of your site !

    air5 Friend
    #251675

    For those without coding knowledge (me), or for those afraid of mucking up the CSS (me), i found an easy way to get round this…..create 2 totally transparent images and save them as:

    top-bg-narrow.png
    and
    top-bg.png

    upload and replace the original files in:

    templates/ja_rochea/images

    jobs a goodun

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

This topic contains 7 replies, has 4 voices, and was last updated by  air5 16 years, 5 months ago.

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