Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • stsulliv Friend
    #152488

    i went through and changed the color codes in the template.css file and ja.vm.css file. basically everywhere that it said 00A9DD (the mesolite blue) i changed it to a different shade of blue. but now all the buttons that were rounded, like the buy it now buttons, are square. the magnifying glass next to the search button is gone. and the little shopping carts in the buy it now buttons are gone. anyone know how to get them back?

    Saguaros Moderator
    #350696

    Hello

    Here is the style using for the add to cart button,

    .addtocart_button_module,
    .notify_button,
    input.addtocart_button {
    padding: 0 20px 0 0;
    width: 102px;
    height: 22px;
    background: url(../images/bt-addtocart.gif) no-repeat left top #00A9DD;
    border: none;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    direction: ltr;
    }

    replace:

    .addtocart_button_module,
    .notify_button,
    input.addtocart_button {
    padding: 0 20px 0 0;
    width: 102px;
    height: 22px;
    background:#00A9DD;
    border: none;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    direction: ltr;
    }

    You can found this one inside the file: ja_mesolite_ii/templates/ja_mesolite_ii/css/ja.vm.css
    Goodluck

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

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

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