Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #306402

    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.

    #306620

    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

    #306637

    Thanks! Perfect!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘No link from blog post’ is closed to new replies.