is is for style7:
you need to open templates/rt_mercado_j15/css/ecwid-style7.css file , and find those lines (nr 34)
/* Custom Buttons */
.ecwid-ContinueShoppingButton, .ecwid-AddToBagButton, .ecwid-productBrowser-cart-checkoutButton {background-image: url(../images/ecwid/style7/shop-button1.png) !important;background-repeat: no-repeat;}
.gwt-TabBarItem-selected {background: #E4E4DC url(../images/style7/body-gradient1.png) 50% 0 repeat-x !important;border: 1px solid #C3C3BD !important;text-shadow: 1px 1px 1px rgba(255,255,255,0.9);}
delete this , and copy-paste this new:
/* Custom Buttons */
.ecwid-ContinueShoppingButton, .ecwid-AddToBagButton, .ecwid-productBrowser-cart-checkoutButton, .ecwid-Checkout-placeOrderButton {background-image: url(../images/ecwid/style7/shop-button1.png) !important;background-repeat: no-repeat;}
.gwt-TabBarItem-selected {background: #e8e8e8 url(../images/style7/body-gradient1.png) 50% 0 repeat-x !important;border: 1px solid #bbb !important;text-shadow: 1px 1px 1px rgba(255,255,255,0.9);}
and it will works .
Last edited by audrius ssh; 05-17-2011 at 06:54 PM.
|