Jump to content

Add to Cart color


chip69

Recommended Posts

Hello,

 

I am trying to modify the yellow color of my add to cart button, or my go to checkout button.

 

I modified the global.css and now i see the new blue color for a second and then it changes back to yellow.

 

I am using the default theme.

 

My site is:

 

www.jola.ro

 

Regards,

Ciprian

Link to comment
Share on other sites

to change yellow buttons you have to edit css styles

input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
position: relative;
display: inline-block;
padding: 5px 7px;
border: 1px solid #cc9900;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-weight: bold;
color: #000;
background: url('http://www.jola.ro/themes/default/css/../img/bg_bt.gif') repeat-x 0 0 #06C3EB;
cursor: pointer;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...