Removing image from circle in Spun theme

  • Unknown's avatar

    In The Spun Theme when you have no featured image it chooses an image from that post automatically to put in the home page circle.

    I don’t want that. I want NO featured image, but still have an image on the post and get the home page circle to display no image.

    Is there a way that I can force the circle to just have the title of the post (the same as when there are no images at all on the post) but still retain the image on the post itself.

    Perhaps using CSS? But how?

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

  • Unknown's avatar

    Hi there, on Spun, if we take away the image with CSS, there will be nothing there, just blanks where the posts would be. You can see that if you add the following CSS.

    .home .hentry img.attachment-home-post {
        visibility: hidden;
    }

    CSS is a styling document used by the browsers to style and place the elements of a page. It cannot be used to add functionality, and since Spun doesn’t show a title on the main page, there isn’t anyway to add them. That would require editing and modifying the theme PHP script files, and we cannot edit those.

  • Unknown's avatar

    Okay. Thanks for that. I have worked my way around it – not ideal but it works. I have created an image with the text I want on it and set that as the featured image.

  • Unknown's avatar

    @robyns2014, that is a good workaround, although it IS work to do that. Wish I had a different solution for you, but what you’ve done is about the only choice with Spun.

  • The topic ‘Removing image from circle in Spun theme’ is closed to new replies.