Do you have the CSS code to remove the default for X Theme which takes the smaller image in the “featured image” and automatically makes it large when that smaller featured image is clicked upon?
I want to insert a smaller image in the Featured Image area and then manually insert a larger image in the main post area.
Hi Robert,
Thank you for writing in, you can use the following custom CSS to hide the big feature image on the individual posts.
.single-post .entry-featured {
display: none;
}
You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Hope it helps,
Cheers!
I pasted that CSS code in X Theme CSS area and it did not remove the big image?
It would be great if they could put a button somewhere to remove that big image…
Any ideas?
Sorry. I spoke too soon. It does work.
Thank you for your help
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.