Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #764762

    Hello Team,

    I want to use the Plug In “Woocommerce Catalog Enquiry” in order to set some products to Catalog Mode.
    When I enable the Plug In it apperas a red button below the products who are not set to Catalog Mode.
    How can I delete this red button ?
    Please see the picture.
    Thanks a lot and kind regards.

    #765217

    Hey Michael,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #766161

    Hi Rikard,

    here is the link:

    #766561

    Hi,

    Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:

    a.product_type_variable {
      display:none;
    }

    Best regards,
    Rikard

    #766700

    Thanks.
    But it does not work.
    The red button did not disappear.

    #766858

    Hi,

    It’s not showing on my end, please clear your browser cache and reload a few times or check in a different browser.

    Best regards,
    Rikard

    #766931

    Sorry Rikard,
    I had disabled the Plug In. Now the Plug In is again enabled.
    I have put ”
    a.product_type_variable {
    display:none;
    }

    into the Quick CSS but the red button did not disappear.

    #768118

    Hi,

    try this code instead:

    a.button.product_type_variable.add_to_cart_button {
    display: none;
    }

    If it still does not work, then please provide us admin access.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.