Add an image post that can't be clicked into?
- The topic ‘Add an image post that can't be clicked into?’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to add an image tile / post that can’t be clicked? If you look at my ‘Just getting started…’ post here, it would be cool if that just appeared on the grid to break up posts, rather than be clicked it and just displaying the same image again.
The blog I need help with is: (visible only to logged in users)
Hi,
That might be possible with some custom CSS. I checked the link you provided, but I couldn’t see the mentioned post. Did you remove it?
Looking forward to hearing back from you.
Thanks,
Alin
Hi Alin,
Yes I’ve removed it now. It was just a standard image post with one featured image and a title, if that helps?
Tom
Hi Tom,
You can simply do that, by using the following CSS:
#post-214 {
pointer-events: none;
}
Where 214 is the ID of the specific post you want to make unclickable. Read more: https://pixelgrade.com/docs/mies/faq/find-page-id/
Give it a try and let me know how it works.
Alin
Pixelgrade