Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1161133

    Hi
    Woocommerce Single Product Page

    I wish to not have a featured image or thumbs gallery as per the woocommerce dedicated layout (on single product page)
    (and use Enfolds superior layout features)

    Also wish to remove the space allocated for the woocommerce featured image and gallery

    I have tried numerous css fixes from previous posts like
    https://kriesi.at/support/topic/remove-featured-image-on-individual-product-page/
    ie
    #product-3437 .single-product-main-image.alpha {
    display: none;
    and or
    .single-product-main-image.alpha {
    display: none;
    to no avail

    I also had this code for the removal of the image container space
    .single-product .product .summary { width: auto; }

    However none of the above worked.

    Running
    WP5.3
    php 7.2.21
    Enfold 4.6.3.1

    Please help and many thanks in advance
    Chris

    #1161307

    Hey fineart,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1161757
    This reply has been marked as private.
    #1162897

    Hi,

    Thank you for the update.

    The recent changes are not yet included because the stylesheets or css files are currently merged/compressed. You have to toggle or disable the Enfold > Performance > File Compression settings after adding the css modification.

    .single-product-main-image {
    	display: none !important;
    }

    Best regards,
    Ismael

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