Hi – I want to remove the link for the blog titles – can you help?
Thanks
Hey bobjonesdesigns,
You can remove the ability to click the blog title links with this code:
.entry-content-wrapper .post-title {
pointer-events: none;
}
Or you could edit the theme file and remove the link: Please read this post
Best regards,
Mike
Perfect! Many thanks!