• Resolved lucianozgl

    (@lucianozgl)


    Hi Anders,

    when entering a single post page you’d see a featured images just below the “Post Comment” form. Is there a way to remove them?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • mahoessen

    (@mahoessen)

    Hi, i use
    /*disable feature pic */
    .featured-media img {
    display: none;
    }

    in customizer / ad. CSS
    to disable the feature pic in the posts

    greets

    mahoessen

    • This reply was modified 6 years ago by mahoessen.
    Thread Starter lucianozgl

    (@lucianozgl)

    Hi mahoessen,

    thank you for your response. Unfortunately your suggestion didn’t work for me. I add the CSS line to Appearence>>Customize>>Additional CSS but the images still appearing in between the copyright line and the “post comment” block. Any other suggestion?

    Thank you.

    Theme Author Anders Norén

    (@anlino)

    Hi X,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and enter the following code:

    .related-posts { display: none !important; }

    Let me know if that does it.

    — Anders

    Thread Starter lucianozgl

    (@lucianozgl)

    Hi Anders,

    It works! Thank you so much for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove featured images below post page’ is closed to new replies.