Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #297813

    Hi guys,

    So I editted single.php and got rid of the permanent link Blog – Latest Posts and changed it. Now it pulls up the category which I assigned to the single post. So far so good.

    But the category title in the header is clickable and when I click it, it sends me back to the homepage.

    How do I make the permanent category link (previous known as Blog – Latest Posts) non clickable/remove the home link, for single posts?

    Sincerely,
    Morticka

    #297819

    Hey Morticka!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    strong.main-title.entry-title {
    pointer-events: none;
    }

    Best regards,
    Yigit

    #297848

    Hi Yigit :),

    You did it again!!! It works, thank you very much :D

    Sincerely,
    Morticka

    #297860

    Hey!

    You are welcome Morticka! Always glad to help :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove link in the category title in header single post’ is closed to new replies.