Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • robandyuk Friend
    #137116

    Hi All
    is there a way of removing the shadow box behind the ja-slidder and vm-fp module positions in the middle of the top of the page.
    I want to put a custom module with an oblong rotating banner there instead with no rounded corners.
    thanks
    Rob

    Sherlock Friend
    #286528

    Dear robandyuk !

    It is posible , you can remove it following some steps below :
    Open template.css file in templates/ja_zeolite/css folder.

    1. Find following code section at about line 1120 :


    #ja-productwrap {
    background:transparent url(../images/content-center.gif) repeat-y scroll center top;
    display:block;
    margin:0 0 10px;
    padding:0;
    width:100%;
    }

    change to :


    #ja-productwrap {
    display:block;
    margin:0 0 10px;
    padding:0;
    width:100%;
    }

    2, Find following code section at about line 1138 :


    #ja-product-bot {
    background:transparent url(../images/content-bot.gif) no-repeat scroll center bottom;
    }

    change to :


    #ja-product-bot {
    }

    3, Find followinng code section at about line 1128 :


    #ja-product-top {
    background:transparent url(../images/content-top.gif) no-repeat scroll center top;
    padding:8px 15px;
    }

    change to :


    #ja-product-top {
    padding:8px 15px;
    }

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, 9 months ago.

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