is there a way to disable click on single product title and category ?
I found the answer for my question. pasting here for anyone who is in need and come to this page
Disable link/clicks on product title OceanWP
.woocommerce ul.products li.product li.title a {
pointer-events: none;
}
-
This reply was modified 5 years, 1 month ago by sajidsayani.
great solution Thank you!! I was desperately looking for this for a while
-
This reply was modified 5 years, 1 month ago by sajidsayani.