Cubic theme featured image on post

  • Unknown's avatar

    Hi,

    I’ve got cubic theme. When I create a blog post I pick a featured image. That’s great for the user to click into a post from the homepage but I don’t want the image to show at the top of the actual blog post. Can you tell me how to change this using CSS?

    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    If you paste the code below in the CSS box of your customizer you should get the look you are going for.

    .single-post .entry-thumbnail{
    	display: none;
    }

    Let me know if you need anything else!

  • The topic ‘Cubic theme featured image on post’ is closed to new replies.