TryCanal Posted July 15, 2022 Share Posted July 15, 2022 Site URL: https://www.trycanal.com/store-2 Hi all, I'm looking to build a page that looks just like this: On the page above, nothing is clickable. All you have is a Search Feature and a bunch of images with some text. Here's what I have so far I am looking to have each item that is displayed on the page above be un-clickable, so that there is no way to view this page other than scrolling up or down. I am okay not having the Search Feature as I can use the Category organization tool seen by the words "All" on the top left. Any solution here would be super appreciated. Thanks, Danilo Link to comment
creedon Posted July 16, 2022 Share Posted July 16, 2022 Quote I am looking to have each item that is displayed on the page above be un-clickable Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .products.collection-content-wrapper .grid-item-link { pointer-events : none; } </style> This is for v7.1. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment