This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Andrew Misplon Staff 11 years, 2 months ago

    Hi

    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.

Have a different question or issue?

Start New Thread