Title: 2 Small Code Edits &#8211; Help Please
Last modified: February 21, 2017

---

# 2 Small Code Edits – Help Please

 *  Resolved [BeezWaxx](https://wordpress.org/support/users/beezwaxx/)
 * (@beezwaxx)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/2-small-code-edits-help-please/)
 * I am trying to change 2 small things with this theme:
 * 1 – I want to remove the featured image from appearing at the top of posts, but
   was not successful.
 * I tried by editing the following code from the CSS file:
 * .featured-media {
    display: block; overflow: hidden; position: relative; }
 * .featured-media a,
    .featured-media iframe, .featured-media object { display:
   block; }
 * .featured-media img {
    display: block; width: 100%; height: auto; }
 * What I did was I tried changing the two instances of “display” to “display: none”
   on both of the above lines of code, but that removed the featured image from 
   the index/home page as well, which is not what I wanted. Does anyone know how
   I can remove just from posts?
 * 2 – I would like to add post author and post date at the top of posts underneath
   post title.
 * Any help would be much appreciated

Viewing 1 replies (of 1 total)

 *  Thread Starter [BeezWaxx](https://wordpress.org/support/users/beezwaxx/)
 * (@beezwaxx)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/2-small-code-edits-help-please/#post-8830310)
 * I sorted the first issue out already.
    -  This reply was modified 9 years, 3 months ago by [BeezWaxx](https://wordpress.org/support/users/beezwaxx/).

Viewing 1 replies (of 1 total)

The topic ‘2 Small Code Edits – Help Please’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fukasawa/2.1.3/screenshot.jpg)
 * Fukasawa
 * [Support Threads](https://wordpress.org/support/theme/fukasawa/)
 * [Active Topics](https://wordpress.org/support/theme/fukasawa/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fukasawa/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fukasawa/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [BeezWaxx](https://wordpress.org/support/users/beezwaxx/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/2-small-code-edits-help-please/#post-8830310)
 * Status: resolved