Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • crazyleggs Friend
    #132540

    I want to add a banner in the “Your Cart” position in template up top.
    I was able to remove the Your Shopping Cart, but whenever I try to assign the position to a banner, the shopping cart image returns, linking to the url in the banner.

    Any help would be appreciated.

    Sherlock Friend
    #267083

    Hi !
    You open ja-vm.css file in templates/ja_larix/css folder, find following code section at about line 73 :


    #ja-vm-cart {
    background:transparent url(../images/vm-cart-bg.gif) no-repeat scroll right top;
    color:#FFFFFF;
    margin:0;
    padding-left:20px;
    position:absolute;
    right:0;
    top:0;
    width:243px;
    }

    change to :


    #ja-vm-cart {
    color:#FFFFFF;
    margin:0;
    padding-left:20px;
    position:absolute;
    right:0;
    top:0;
    width:243px;
    }

    crazyleggs Friend
    #269164

    As a sidenote, when I removed the cart, I wanted to move the menu up since my logo’s height is only 70px, so I added ‘height: 70px;” after the width to ensure that the menu operated properly.
    I also had to change the template_css.css file, the menu under the logo to reflect the same thing.
    #ja-headerwrap {
    clear: both;
    background: url(../images/bg.jpg) repeat top left;
    position: relative;
    height: 70px;
    }

    #ja-header {
    }

    h1.logo {
    float: left;
    margin: 0;
    padding: 0;
    width: 295px;
    display: block;
    font-size: 300%;
    height: 70px;
    }

    h1.logo a {
    width: 375px;
    float: left;
    display: block;
    background: url(../images/logo.jpg) no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    text-indent: -4000px;
    height: 70px;
    outline: none;

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

This topic contains 3 replies, has 2 voices, and was last updated by  crazyleggs 16 years ago.

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