Woocommerce Product - "Add To Cart / Subscribe" Button

Hello, I have a fresh install of Wordpress and X theme. My products do show an “Add To Cart / Subscribe” button on the image as I hover over. I like that.

However, there is an additional button below the product with the same text that I do not want to appear. This button does not appear on the demo site for X Theme that you have set up.

How can I get rid of this extra button (the one BELOW the image)?

Hello Daniel,

Thanks for writing in!

I tried looking at the licence manager and see there are multiple licences on your profile. So it’s a bit difficult for me to take a look at website in question and see what’s causing double Subscribe button to showup. Can you please share the page URL where you are noticing this issue for us to take a closer look?

In the meantime, please make sure that you are using latest version of X or Pro theme and Cornerstone. At the same time please make sure that you are using latest supported version of WooCommerce.

  • X Theme: 6.5.6
  • Cornerstone: 3.5.5
  • Pro Theme: 2.5.5
  • WooCommerce: 3.6.2

Thanks.

Sure. You can (first) visit (copy and paste address):

https://sealedcoffee.com?bypass=getcoffeetest

That will get you past my “Coming Soon” plugin.

Then visit:

You will see the issue there.

Hello @danielphillipsology,

Thanks for updating in.

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.woocommerce li.product .entry-product > a {
    display: none;
}

We would love to know if this has worked for you. Thank you.

This worked beautifully. Thank you!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.