test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • christool Friend
    #143637

    Hello,
    How can i delete the white bar behind the menu, the one i show in the screen copy ?
    😉


    1. screen_vauxite
    bennitos Friend
    #315055

    Its the background for the menu, so depends what you want to do with it?

    Want it to be the same light grey color as the rest?

    Then: template.css line 918


    #ja-mainnavwrap {
    background:transparent url(../images/mainnav-bg.gif) repeat-x scroll left bottom;
    border-bottom:1px solid #B4B4B4;

    Change the red part to:


    #ja-mainnavwrap {
    background:#EEEEEE none repeat scroll 0 0;
    border-bottom:1px solid #B4B4B4;
    }

    Remember to make backups!

    If you ment something else with your question let me know.

    christool Friend
    #315058

    Cool, it mainly solve my problem. I fact i comment the line :

    /*#ja-mainnavwrap {
    background:#EEEEEE none repeat scroll 0 0;
    border-bottom:px solid #B4B4B4;*/

    There is just one remaining 1 pixel withe line, just look at the screen copy, how can i delete that withe line ?

    😉


    1. screen_vauxite2
    bennitos Friend
    #315061

    That should be this one:

    template.css (line 632)


    #ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-cm, #ja-containerwrap-f, #ja-containerwrap-m {
    background:#EEEEEE none repeat scroll 0 0;
    border-top:1px solid #FFFFFF;
    clear:both;

    Try removing the one marked red.

    christool Friend
    #315065

    Cool thank you very much it is ok now.
    😉

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

This topic contains 5 replies, has 2 voices, and was last updated by  christool 15 years, 4 months ago.

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