Home Forums WoodMart support forum How to disable Single Product Layout on the search function?

How to disable Single Product Layout on the search function?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #521417

    hendrikdobbert
    Participant

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

    #521577

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-dropdown-results.wd-scroll.wd-opened .autocomplete-suggestion{
    	pointer-events: none;
    }

    Regards,

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