Skip to content
Public Ticket #29318

Woocommerce: direct to product from catalog when clicked on image

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Here is a custom CSS code for your case:

.penci-product-loop-buttons {
    display: none !important;
}
@media only screen and (max-width: 767px) {
  .penci-product-loop-image .hover-img,
  .penci-product-loop-image .variations-img {
    display: none !important;
  }
}

In case it's not working and you still want to customize your site the way you want, please send me the WordPress admin account details. I’ll add some custom code to the Soledad child theme.

Regards,
PenciDesign.

PenciDesign Supporter replied

Staff Reply

Hi,

Unfortunately, the current version of Soledad doesn't support this workflow.

However, we plan to add this as an option in a future theme update.

Regards,
PenciDesign.


AlexanderBojsen started the conversation

Conversation Start

Hi,

When i'm on mobile (and tablet I suppose), and I click on the image or text from the product catalog, it shows a basket icon (and the hover effect) - see the attached image. And after another click on the same product (image or text) it goes to the product page.

I want to remove the basket icon on hover (on all devices) and go directly to the product's page when clicked the 1st time on the product (image or text). But still remain the hover effect (zoom) on computer. 

I know it's a item customization request. But please help.

Want to join this conversation or access attachments? Sign in first.