Home Forums Themes Support Pricom Attributes in quick view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11170
    idrdesign
    Supported

    hello, is it possible not to display the choice of attributes in the quick view only on the image?
    See the attach image.

    Attachments:
    You must be logged in to view attached files.
    #11177

    Hi,
    Thanks for contacting us and choosing our product!
    It seems you installed an extra plugin and it causes this issue?
    Please send us your site URL and maybe an admin account.
    We’ll check it for you.

    ****
    Regards,
    HaruTheme

    #11179
    idrdesign
    Supported
    This reply has been marked as private.
    #11182

    Hi,
    After checking your site, it seems you installed some extra plugins for WooCommerce and it causes the issue.
    We fixed this by go to Appearance -> Customize -> Additional CSS & add this code:

    .product-item .product-actions .add_to_cart_button:not(.wp-element-button) {
    	display: none;
    }
    
    .product-item .product-actions .wp-element-button.ywcdd_choose_date_button {
    	display: none;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

    • This reply was modified 2 weeks, 1 day ago by admin.
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.