• Hi, guys I am currently having an issue where I need to set a featured image in a post for my author box to show related posts with an image however the theme I am using puts the featured image on top of the post itself making it look ugly. If I supply the code or someone can direct me to what I need to remove from the code I would appreciate it ?? (I need this to be removed from theme code in general or not just this one page)

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .post-thumbnail {
        display: none;
    }

    To add CSS: If you are using WordPress 4.7, use the “Custom CSS” option in the customizer. If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Trying to remove featured image from top of posts’ is closed to new replies.