Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #102729
    ikh1
    Participant

    The page titles in my Adventurous Pro site seem to all be hyperlinks linking to themselves. To keep the title visible but remove the hyperlink I tried this CSS:

    .content-area .entry-title, .content-area .entry-title a {
    pointer-events: none;
    cursor: default;
    }

    This works, but then the titles in my search output are no longer links, which they should be. How do I keep a page title from being a link within that same page?

    #102770
    Mahesh
    Keymaster

    @ikh1: Please post in your site url.

    Regards,
    Mahesh

    #102791
    ikh1
    Participant
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove link from page title’ is closed to new replies.