Feature Image in Pictorico theme
-
Hi there,
I’m hoping to gain assistance to customize my blog where I can have the feature image show up on the main page of my blog, but then when you go into that specific blog post, there will be no feature image…as it seems to cut it off in weird ways.
Thanks,
Lindsey
The blog I need help with is: (visible only to logged in users)
-
Hiding the featured image on a single post is possible only with CSS customization. There is a code provided by a staff member in the related topic “Changing Resonar Theme Featured Image in Post Titles,” but I don’t know if that will work for other themes as well.
-
Hi.
First you would need to make disappear your pic. This could be done with this CSS Code:
.has-thumbnail .entry-header .entry-thumbnail { display:none; }But this will let the black space behind the thumbnail, and I suppose you don’t want it…
.has-thumbnail .entry-header { height: auto; } .has-thumbnail .entry-header .entry-title { position: relative; }I hope this helps you. Please, make me know if you have any problem with this code :)
- The topic ‘Feature Image in Pictorico theme’ is closed to new replies.