change add to cart button

  • euforia
  • Topic Author
  • New Member
  • New Member
More
12 years 1 month ago #25601 by euforia
change add to cart button was created by euforia
HI, how I can to change add to cart button; I use style 2 of site, but but add to cart button is very big; I want to make a little and cool button for 'add to cart'...

Please Log in to join the conversation.

More
12 years 1 month ago #25606 by ivan.milic
This is how rendering looks:
Code:
<span class="addtocart-button"> <input type="submit" name="addtocart" class="addtocart-button" value="Add to Cart" title="Add to Cart"> </span>


so add your css overrides at bottom of templates/hot_ecommerce/css/vm_ecommerce.css

use !important flag for properties you set like:
.addtocart-button INPUT{
width:120px!important;
}

Please Log in to join the conversation.

Time to create page: 0.160 seconds
Powered by Kunena Forum