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
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
Hi Yigit :),
You did it again!!! It works, thank you very much :D
Sincerely,
Morticka