Home Forums WoodMart support forum Hide products without image in webshop

Hide products without image in webshop

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

    royberrev
    Participant

    Hi,

    I would like to achieve two things:

    1) Hide products without an image from the webshop catalogus page and category pages.
    2) Make products without images findable through the internal search machine.

    How can we achieve this?

    The reason for this is that customers aren’t seeing too much products without an image, but can find products via the search machine if they’re specifically search for them.

    Kind regards,

    Roy

    #276332

    Hello,

    Unfortunately, by default Woocommerce does not provide the option. Such modification would require complicated customization that is not covered by our support.

    If you have any questions please feel free to contact us.

    Best Regards

    #276519

    royberrev
    Participant

    Hi Elise,

    And a ‘simple’ CSS line to exclude every product image from the shop page? Would that be possible?

    #276687

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-hover-base .product-element-top {
        display:none;
    }
    body .content-product-imagin{
    margin:0!important;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)