teslahunter Posted February 18, 2022 Posted February 18, 2022 Site URL: http://newlondondoodles.com I am trying to remove the ability to click into a product on the product grid for out of stock items Items that are out of stock (adopted) should not allow a click through into the product detail page. Any suggestions? Thanks! James
genevieve-dbc Posted February 18, 2022 Posted February 18, 2022 Hey James, Try adding the following code to Custom CSS: .grid-item.sold-out { pointer-events: none; } teslahunter 1
teslahunter Posted February 18, 2022 Author Posted February 18, 2022 2 hours ago, genevieve-dbc said: Hey James, Try adding the following code to Custom CSS: .grid-item.sold-out { pointer-events: none; } Worked great! Thanks so much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment