Untitled Theme: Removing Featured Image From Post Page
-
While there are several things I would like to change with this theme, the most important change I would like to make is to remove the featured image from individual post pages. I need to keep the featured image attached to the post in order to make the front page look the way I would prefer, but I don’t like the dominating effect it has on the post page.
Ive taken a look at the page source, but I am somewhat overwhelmed with what I am looking for.
The blog I need help with is: (visible only to logged in users)
-
-
-
Would you care to share your secret as to how to do that?!
I’ve been looking for answers for a few days now..
Thanks! -
There is probably a cleaner way to do it, but I added the following CSS:
.singleimg img { display: none; width: 100%; height: auto; }If you want to keep the mini-slider, you’ll need to adjust the .minislides class margin as well otherwise the minislider will end up on top fo the header. Mine looks like this:
.minislides { width: 372px; height: 62px; margin: 15px auto 0; vertical-align: middle; padding: 0 50px; border: 8px solid #000; position: relative; z-index: 1; background: #000; overflow: hidden; } -
That is everything I’ve been searching for & more!!!
Thank you SO much! You’ve saved me ripping my hair out, hahah. Cheers.
- The topic ‘Untitled Theme: Removing Featured Image From Post Page’ is closed to new replies.