I'd like to remove featured images from within my posts in the bueno theme. It looks like another user wanted to do the same thing but I don't understand the solution that was posted for him. Can someone please explain? I'm still learning css... Here's the link for the original thread.
Specifically, I don't know what is or how to access the single.php file.
Edit the single.php file and add:
<?php woo_get_image('image',490,200); ?>
between the p.date and div.entry elements. (So it looks like the index.php which renders the way you're looking for on the main blog page.)
The blog I need help with is yoloandmaroon.com.