Title: Modify Appearance
Last modified: August 21, 2016

---

# Modify Appearance

 *  [internationalkenpo](https://wordpress.org/support/users/internationalkenpo/)
 * (@internationalkenpo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/)
 * I would like to remove/edit “Entry Posted In (Category) Bookmark the Entry”
 * I saw 3 months ago you posted a resolution in the style.css:
 * > /* Remove posted-on*/
   >  article .posted-on, /*Remove This entry was posted in.
   > Bookmark the permalink. Edit*/ article .entry-meta{ display:none; }
 * But I cannot find this in my style.css. I’m unsure what version they were using
   and was wondering if you have any idea’s.

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655670)
 * Do you have a section of the dashboard for “Custom CSS” or are you using a Child
   Theme?
 *  Thread Starter [internationalkenpo](https://wordpress.org/support/users/internationalkenpo/)
 * (@internationalkenpo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655671)
 * Under appearance I have “edit css”
 *  Havent looked into child themes enough to see if I want to use it.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655672)
 * That “Edit CSS” section will do.
    If you want the “Entry posted….” message hidden,
   try adding that code into that section of the dashboard;
 *     ```
       /* Remove posted-on*/
       article .posted-on,
       article .entry-meta {
        display:none;
       }
       ```
   
 *  Thread Starter [internationalkenpo](https://wordpress.org/support/users/internationalkenpo/)
 * (@internationalkenpo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655674)
 * Ok, but now it removed the header date and who posted. Can I get that part back?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655675)
 * So it’s just the “who posted” thing you want removed?
 *  Thread Starter [internationalkenpo](https://wordpress.org/support/users/internationalkenpo/)
 * (@internationalkenpo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655676)
 * And I lost the edit button
 *  Thread Starter [internationalkenpo](https://wordpress.org/support/users/internationalkenpo/)
 * (@internationalkenpo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655677)
 * I want to remove the “entry posted in… bookmark the permalink”
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655678)
 * Okay, amend the code to this;
 *     ```
       article .entry-meta {
        display: none;
       }
       ```
   
 *  Thread Starter [internationalkenpo](https://wordpress.org/support/users/internationalkenpo/)
 * (@internationalkenpo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655681)
 * Closer, but I lost the edit button. Id like to have that somewhere, even if its
   on the top with the posted date and by.
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655801)
 * Hi internationalkenpo
 * Please Add to style.css below code last line.
 *     ```
       article .entry-meta > a,
       article .entry-meta span:not(.edit-link) {
       	display:none;
       }
       ```
   
 * Thank you

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Modify Appearance’ is closed to new replies.

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

 * 10 replies
 * 3 participants
 * Last reply from: [nobita](https://wordpress.org/support/users/nobita/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/modify-appearance/#post-3655801)
 * Status: not resolved