[Resolved] Make blog post titles non-clickable

Home Forums Support [Resolved] Make blog post titles non-clickable

Home Forums Support Make blog post titles non-clickable

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1306122
    Maurice

    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?

    #1306285
    David
    Staff
    Customer Support

    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.

    #1306323
    Maurice

    Hi David,

    I shared the site URL.

    #1306728
    David
    Staff
    Customer Support

    Try adding this CSS:

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

    Thanx Dave, it works!

    #1307457
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.