[Resolved] Remove Links from Titel and Featured Image

Home Forums Support [Resolved] Remove Links from Titel and Featured Image

Home Forums Support Remove Links from Titel and Featured Image

  • This topic has 6 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1228879
    mzsstade

    Hi there, how can I remove the links from the entry Titel and from the Future Image.
    I need a Category List without links to the single Page.

    #1228948
    Leo
    Staff
    Customer Support

    Hi there,

    Just to confirm, you need this on all archives pages?

    And people won’t have any access to the single posts at all?

    Let me know πŸ™‚

    #1228949
    Leo
    Staff
    Customer Support

    Hi there,

    Just to confirm, you need this on all archives pages?

    And people won’t have any access to the single posts at all?

    Let me know πŸ™‚

    #1229416
    mzsstade

    Hi Leo, yes on all archive pages.

    #1230047
    Leo
    Staff
    Customer Support

    Try this CSS:

    h2.entry-title a, .post-image a {
        pointer-events: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1230073
    mzsstade

    Yes, this will work for me. Thanks Leo.

    #1230089
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.