• For single posts that have a featured image, is it possible for the image to not be used as the header background, and instead be placed on top of the post below the header/title so that it will show it as the full sized image instead of being cropped in the header.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, @brimig

    This code will hide the featured area from the top:

    .sermon-wrapper .sermon-title-holder {
        display: none;
    }

    Simply add it to Appearance -> Customize -> Additional CSS.

    You can add the featured image inside the post so that it would display under the title.

    Otherwise, some custom theme modifications are required.

    Thread Starter brimig

    (@brimig)

    @inamoro Thank you! How would I go about making the featured image appear in the post with custom theme modifications? Adding the image in the post would work but it would be time consuming adding both the feature image and the image into the post itself.

    @brimig we don’t provide these types of modifications. You could ask a developer to help you out if you want to implement this change.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image not to be used in header’ is closed to new replies.