• I contacted Woocommerce already as the products are added through a Woocommerce plugin through elementor pro but when they responded they said although they originally thought it was an elementor pro problem, they found it to be Ocean WP that is automatically adding this second button. Is there a way to stop this from happening so it only creates one button? Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Are you using any plugin to extend the feature of woocommerce? Try adding the below css code to the appearance > customize > custom css section and check it works or not –

    .woocommerce ul.products li.product li.btn-wrap .button {
        display: inline-block;
    }
    .woocommerce ul.products li.product .button {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘“Read More” Appearing Twice Under product’ is closed to new replies.