Theme inconsistency
- The topic ‘Theme inconsistency’ is closed to new replies.
Need help? Check out our Support site, then
In all of the posts that I add the “featured image” is not set up because that’s how I wanted it to look like. However some of them show the random image featured. I used the CSS code for these ones however it is very inconvenient to fix this issue every single time that I am adding a new post.
The blog I need help with is: (visible only to logged in users)
Hi there – if there’s an image attached to a post then the theme will use that if there’s no featured image selected.
If you want to hide all featured images on the blog archives then you can use:
.main .post-archive article a.thumbnail {
display: none;
}
Does that help? If not can you point me to a page where I can see the problem and then hopefully I can give you some code to help.