dosjon Posted June 28, 2014 Posted June 28, 2014 I have a Summary block on a page. I know this is a long shot, but is there any way to disable the Summary block's ability to link back to the original posts? In other words, I want the Summary block for display purposes only -- I don't want visitors to have the ability to click on any of the posts and be directed to the original posting.
dosjon Posted June 28, 2014 Author Posted June 28, 2014 Actually, I just figured it out myself. I just found the callout for the Summary block on my page, and told it to do this: pointer-events: none; Boom!
Laurie616 Posted April 28, 2015 Posted April 28, 2015 Sorry, would you mind writing the whole code for this?As well, where do you inject it?Thanks so much!!!
behole Posted May 7, 2015 Posted May 7, 2015 .summary-title > a { pointer-events: none; cursor: default;}
remi t Posted December 20, 2015 Posted December 20, 2015 I'd be interested in knowing how to do this for one summary block so I don't effect all of them. Also, preventing the image from linking as well.
Greshy Posted December 30, 2015 Posted December 30, 2015 I used the one in this answer, and it worked without issues http://answers.squarespace.com/questions/83219/how-do-i-disable-the-links-in-gallery-images/83221
Guest Posted June 29, 2016 Posted June 29, 2016 What if I also want to disable the image thumbnail of a summary grid block from having the ability to link, and not just the title?
Guest Posted June 29, 2016 Posted June 29, 2016 I figured it out. Paste this also in custom CSS: .summary-thumbnail-container { pointer-events: none !important; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.