• Resolved edna.alfaro

    (@ednaalfaro)


    Hi, I’m using a child theme and wondering does anyone know how to remove the featured image in the CSS? Or let me know how to remove the featured image in a function in the child theme? Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter edna.alfaro

    (@ednaalfaro)

    Nevermind, figured it out. In case anyone else wanted to remove the header image, I was able to by changing display: block to display: none

    .entry-header > img {
    	display: none;
    	margin: 0 auto;
    }
Viewing 1 replies (of 1 total)

The topic ‘Remove featured image’ is closed to new replies.