Hello Thunder,
Did I do right ? Will you tell me more.
No you should let that option set to
hikashop_cart_button, as that option will control the css class of the add to cart button and not the checkout next button.
So, if you want to change the style of the next button, you'll have to apply that kind of CSS code on the "hikabtn_checkout_next" ID :
#hikabtn_checkout_next {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
For more information about CSS customization :
www.hikashop.com/support/documentation/1...the-display.html#css
Kind regards,
Mohamed.