X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   changing button look? (https://forum.x-cart.com/showthread.php?t=63414)

islndbangles 04-25-2012 12:11 PM

changing button look?
 
I'm trying to figure out where in the CSS does the call to change the background image of the buy now button to something a little less bold.
http://www.islandbangles.com/xcart/bracelets/

Thanks

totaltec 04-25-2012 12:58 PM

Re: changing button look?
 
It is in main.css I suggest you change it in your altskin.css though.

button.main-button .button-right {
background: url("../images/but_main_right.png") no-repeat scroll right top transparent;


}

AND

button.main-button .button-left {
background: url("../images/but_main_left.png") no-repeat scroll left top transparent;
color: #510000;


}

islndbangles 04-30-2012 08:29 AM

Re: changing button look?
 
thanks


All times are GMT -8. The time now is 05:42 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.