Home Forums WoodMart support forum How to disable Single Product Layout?

How to disable Single Product Layout?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #515661

    hendrikdobbert
    Participant

    Only possible to buy on Shop or Category Pages, but no click jump to Page Single Product Layout.

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

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Sorry for this delay in answering. I have a lot of requests these days, I apologize in advance and hope for your patience.

    Your question is unclear to me. Do you want to disable link that redirects to single product?

    Regards,

    #516858

    hendrikdobbert
    Participant

    Yes, I donĀ“t want a redirect to single product.

    #516964

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .product-grid-item.product .product-image-link,
    .product-grid-item.product .product-element-bottom .wd-entities-title a{
    	pointer-events: none;
    }

    Regards,

    #517649

    hendrikdobbert
    Participant

    On point, man. Thanks!!

    #517752

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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

The topic ‘How to disable Single Product Layout?’ is closed to new replies.