• Below each image of the products I post there’s a “buy” link that takes them straight to my affiliate site. I want my readers to read my post about the product before going to the site so I want to either disable this feature or change the destination of the button from the affiliate link to the permalink of the product. How can I do this? I’ve run through the options in customization and can’t see a way to do this.Thanks

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

Viewing 1 replies (of 1 total)
  • Theme Author Di Themes

    (@dithemes)

    Hi

    You can hide Buy button using below custom CSS:

    .woocommerce ul.products li.product .button {
    display: none;
    }

    To add custom CSS : Appearance > Customize > Additional CSS.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Buy product box’ is closed to new replies.