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.

How can I change the Button layout

Open 1 reply premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

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

URL: http://www.mybeachcruiser.org

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff

    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