How can I change the Button layout
Hello,
I would like to change the color of the woocommerce buttons in the Vanatage Premium theme, but I can’t find a way on how to do it. Any help is very much appreciated.
Thank you
Erik
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi
Try the following under Appearance > Custom CSS:
/* WooCommerce */ .woocommerce #page-wrapper .button { border-top: initial; border-left: initial; border-right: initial; border-bottom: initial; background: initial; background: initial; background: initial; background: initial; background: initial; filter: initial; -webkit-border-radius: initial; -moz-border-radius: initial; border-radius: initial; color: initial; -webkit-box-shadow: initial; -moz-box-shadow: initial; box-shadow: initial; width: initial; text-decoration: initial; /* Improves usability and consistency of cursor style between image-type 'input' and others */ cursor: initial; /* Corrects inability to style clickable 'input' types in iOS */ -webkit-appearance: button; line-height: initial; text-shadow: initial; }That will turn all button styling over to WooCommerce.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.