• shoodaus

    (@shoodaus)


    Hi, Can you please guide me to hide the featured image from the top of post?
    I couldn’t find an option in Customizing >> Blog >> Single Post

    Here’s a screenshot
    https://ibb.co/fYcpkgq
    Thanks


Viewing 3 replies - 1 through 3 (of 3 total)
  • Shahin

    (@skalanter)

    Hello @shoodaus,

    That’s a header type of the post(s)
    in customizer > blog > single post, you can manage it from the “Post Title Style” option.

    Remember if you have set the “Page Title” with the background image(Customizing > General Options > Page Title), then you should manage it by custom CSS. Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    .single-post .page-header.background-image-page-header {
        display: none;
    }

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I hope that helps.
    Best Regards

    Thread Starter shoodaus

    (@shoodaus)

    Thank you very much @skalanter Shahin
    That’s exactly 🙂  “Post Title Style” resolve it.

    You’re most welcome, and I’m glad we could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide featured image from the top of post’ is closed to new replies.