There were some changes made in current versions to make sure that your button styles are consistent across your store, but if you have an older store it may require a CSS change. If you have some of the cart buttons styled, but others (especially in the checkout pages) with the default blue style then try the following...
In Google Chrome (or FireFox) right click one of the buttons that has the correct style and choose, "Inspect" or "Inspect Element".
Under "Rules" this could show a long list (if it just says input.ectbutton then everything is ok and it's already updated)
input.minimailsubmit,input.continueshopping, input.printversion,input.applycoupon,input.configbutton,input.reviewsubmit, input.efsend,input.efclose,input.cartaccountlogin,input.forgotpassword, input.newaccount,input.submit,input.cancel,input.createlist,input.trackinggo, input.logintoaccount,input.createaccount,input.gcsubmit,input.login, input.newaffiliate, input.affiliatelogin, input.search,input.buybutton, input.sccheckout, input.checkoutbutton, input.vieworderstatus, input.viewlicense, input.trackpackage, input.logout, input.editaffiliate,input.backacct, input.giftwrapsubmit,input.giftwrapcancel{
To the right of this it should show a location, say ectstyle.css:37, (37 is the line number in this example) and if you hold your mouse over this it should show the full location, say...
https://www.scripteeze.net/css/ectstyle.css
Now open this style sheet in a text editor, go to that line and just replace all of that with...
input.ectbutton{
Then a few lines below there is the same for the "hover" classes and just do the same
input.ectbutton:hover{
Make sure you take a backup before changing anything. If you like, post your store URL here and we'll take a look for you and let you know which file you need to change.
Vince
Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater