I’m using the blogpost module in layout builder. I just want to show one blog item on the start page and I have selected to show full content, but why are there still a link on the image and the headline if I already showing the full content!? Is there a way to remove the links to a blog page? If a customer click on the link, they will just see the same content again. Thanks.
Hey Effektid!
Thank you for visiting the support forum.
Use this on Quick CSS or custom.css to disable the image and title link:
#top .fullsize .template-blog .post-title a, .big-preview.single-big a {
pointer-events: none;
}
Best regards,
Ismael
Thanks! Perfect!