JanVazquez Posted February 21 Share Posted February 21 Hi, I used a blog to show my client's portfolio, but as of now we want this to be unclickable (only display images) and not lead to the empty blog pages. Later I plan to make it clickable again once we have case studies written inside the individual blog pages. I tried using section id for the code, but it also makes navigation between pages (the 1, 2, next buttons) unclickable. [data-section-id="65cb09545f5e1434eceadef8"]{ pointer-events: none; } Any help would be appreciated. Thank you! Link to comment
Solution JanVazquez Posted February 21 Author Solution Share Posted February 21 Nevermind. Found the solution to this! If anyone is wondering, the right code was: .blog-basic-grid.collection-content-wrapper { pointer-events: none; } This makes the blog posts unclickable but you can still navigate the pages. tuanphan 1 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