Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there!

    The best way to achieve that would be either hiding it via CSS, or altering the .php template to not include the image at all.

    All these should be done in a child theme.
    * Or, if your theme supports custom CSS, you can add it there.

    Do you want to hide this on all single posts? Or in specific post formats or even categories only?

    Is this what you want to achieve? Screenshot

    Thread Starter schaezac

    (@schaezac)

    Hi there!

    The best way to achieve that would be either hiding it via CSS, or altering the .php template to not include the image at all.

    All these should be done in a child theme.
    * Or, if your theme supports custom CSS, you can add it there.

    Do you want to hide this on all single posts? Or in specific post formats or even categories only?

    Is this what you want to achieve? Screenshot

    Hi Natalia, thank you for your reply! Your screenshot is just the way I want it to look–can you give me the specific code you used? I am very new to this. Thanks! @natalia_c

    • This reply was modified 7 years, 5 months ago by schaezac.

    Hi again! ??
    Here it is! Let me know if it worked. It’s the exact same code I used in that screenshot.

    .blog-single .entry-thumbnail {
        display: none;
    }
    
    .blog-single .entry-meta {
        margin: 0 0 30px 15px;
    }
    Thread Starter schaezac

    (@schaezac)

    @natalia_c thanks for the code! One last question: where do I put that? Do I put it in the CSS editor? If so, do I need the post ID somewhere so I don’t reformat the entire site’s theme? Thanks!

    As I’ve asked you before.. do you want it on every single blog post?
    Or just this one? Or on a certain group of posts?

    Shoot me an email if you want: natalia.chriss [AT] gmail[.]com

    Thread Starter schaezac

    (@schaezac)

    @natalia_c unfortunately I could not reach that e-mail address as it says it does not exist. But I only want this change to affect this one blog post. Sorry for any confusion & my incompetence. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image at top of blog post (not featured image?)’ is closed to new replies.