Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1407233

    Hi I was given the following code some time back by you guys to stop the headers on a blog being clickable:

    .post-title.entry-title > a {
    pointer-events: none;
    }

    Unfortunately this stops the links working on the Relevanssi Search plugn results page. Is there a way round this?

    Many thanks
    Rob

    #1407295

    Hey fanlokbun,

    Try this CSS instead:

    .single-post .post-title.entry-title > a {
      pointer-events: none;
    }

    Best regards,
    Rikard

    #1407428

    Thanks Rickard. No I am afraid the links are still there. I tried adding !important;. Page below.

    #1407456

    Hi,

    Thanks for that, please try this CSS instead:

    .blog .post-title.entry-title > a {
      pointer-events: none;
    }

    Best regards,
    Rikard

    #1407530

    Nice one Rikard! That works.
    Many thanks
    Rob

    #1407531

    You can close the ticket. Cheers

    #1407602

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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