I’m using the Blog Posts content element on my home page.
I was wondering if it’s possible to make the title of the post hyperlink to the blog post itself?
I’ve provided a link to a screencast video in the private content area to explain what I mean more clearly.
Thanks
Paul
Hey paultho,
Please try the following in Quick CSS under Enfold->General Styling:
.home .entry-content-wrapper .post-title {
pointer-events: auto !important;
}
Best regards,
Rikard
Hi Rikard,
Yes that worked.
Thanks very much
Paul