Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #338782

    I’ve seen similar requests, but not quite what I need..

    The way things are normally in Enfold, when viewing a full post first the Featured image is shown and then below it the post’s Title is displayed.
    The featured image is linked to the image file and the Title is linked to the same page you are already on.

    I would like to have the Title to appear above the Featured image (and then the Content below the image) and I don’t want either the Title or the Featured image to have a link.

    How can I accomplish this? I’m already using a child theme.

    Thanks!

    #338791

    I came across this that takes care of the positioning…
    https://kriesi.at/support/topic/title-above-featured-image-on-single-post-page/

    But I’d still like to get rid of the links…

    Is there a way?

    #339624

    Hi!

    Try adding this code to your child theme style.css:

    .single .big-preview a, .single .post-title a {
        pointer-events: none;
    }

    Best regards,
    Josue

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