Reply To: Featured Image by Title on PAGE

Home Forums Support Featured Image by Title on PAGE Reply To: Featured Image by Title on PAGE

Home Forums Support Featured Image by Title on PAGE Reply To: Featured Image by Title on PAGE

#199844
Terry

Hi Tom,

That doesn’t seem to work. I added this to my CSS:

.page-header-image-single {
    float: right;
    margin: 30px 20px 0px 0px !important;
}

I have no image specified in the header (and have actually disabled the header image in the page settings), and the featured image is still showing above the title in all its glory. So then I tried adding a specified width with this code:

.page-header-image-single {
    float: right;
    width: 270px;
    height: auto;
    margin: 30px 20px 0px 0px !important;
}

But it didn’t make any difference. I still have an uber-big header image above the title.

Discover page

I just found this post that maybe offers a solution. So I tried what they suggested at the bottom of that page – adding this code to functions.php:

/**
 * ADD FEATURED IMAGES TO PAGES
 */

add_theme_support( 'post-thumbnails' );

No luck there either. Story of my life these days, sadly. 🙁