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.

Change Add to Cart Buttons to look clean and simple

10 years ago · Last reply by Andrew Misplon 10 years ago

I want to change the button colour on my site to make it look clean and simple. Similar to your “Explore our Themes” button on your front page. But either blue or green.
Would someone be able to help me with this? I have tried using the Custom CSS plugin but have had no luck. I am using woocommerce.
my site is www.superganics.com and I am using the premium vantage theme.

URL: https://www.superganics.com

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 4 months ago

    Hi Xkodx

    Apologies for the delay. Your buttons are looking nice and flat now. Did you make progress on this task?

  2. xkodx 10 years, 4 months ago

    I did. Can't figure out how to change the text colour though. Would you be able to help with that?

  3. Andrew Misplon Staff 10 years, 4 months ago

    Sure, try the following at Appearance > Custom CSS:

    /* WooCommerce */
    .woocommerce ul.products li.product .button {
        color: #000000;
    }
    .woocommerce ul.products li.product .button:hover {
        color: #ffffff;
    }

    Adjust as required.

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