Site logo

Archived topic

Make blog post titles non-clickable

5 replies · Started by Maurice on May 29, 2020

Viewing posts 1–6 of 6

Hi,

I use the Generatepress theme 2.4.2 with GP Premium.

On my front page there are 3 blog posts in a column view.
All these posts have clickable titles.
I want these titles NOT to be clickable.
Is this possible? with CSS?

Hi there,

can you share a link to your site ?
You can edit your original topic and use the Site URL field to share the link privately.

Hi David,

I shared the site URL.

Try adding this CSS:

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

Thanx Dave, it works!

You're welcome

This archived topic is closed to new replies.