Spun theme: is there a way to hide feature image from post?
-
I’m creating posts with sets of three images in the circle style gallery, and using one of those three as the feature image. When you enter the post, however, you see the feature image above the post title, and the nicely formatted gallery below.
I know I’ve done this in other wordpress.com setups where I can hide the feature image so it doesn’t show up in the post itself; does anyone know how to do this within Spun?
Thanks in advance for any insight.
The blog I need help with is: (visible only to logged in users)
-
I guess it’s possible, however your site is marked as private, so I’m not able to test my solution..
-
This custom CSS should remove your featured images on single posts:
.`post .single-post-thumbnail {
display: none;
}`Let me know how it goes.
-
p.s. you’ll need the Custom Design upgrade to add custom CSS. You can still preview custom CSS before purchasing, in the Customizer.
-
Thanks for the responses, Kathryn and Francis. Much appreciated. I’ll post an update when all is done.
-
Kathryn, this may be a stupid question, but does the Custom Design upgrade overlap with the theme upgrade if I were to purchase the theme? I’ve tried googling the life out of that and can’t find it. Thanks in advance.
-
Hi there,
Yes, once you’ve purchased the Custom Design upgrade, it applies to whatever theme you have active on your site. :)
-
- The topic ‘Spun theme: is there a way to hide feature image from post?’ is closed to new replies.