Title: Edit Post Styling/Look
Last modified: August 30, 2016

---

# Edit Post Styling/Look

 *  Resolved [shawncoll](https://wordpress.org/support/users/shawncoll/)
 * (@shawncoll)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-post-stylinglook/)
 * How does one edit the look and styling of the posts in Zerif?

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

 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-post-stylinglook/#post-6245556)
 * Hi there!
 * What exactly would you like to change?
 * Perhaps we can help you out with some custom CSS if the option is not available
   in Appearance -> Customize.
 * Cheers,
 * Luke the Daft Duke
 *  Thread Starter [shawncoll](https://wordpress.org/support/users/shawncoll/)
 * (@shawncoll)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-post-stylinglook/#post-6245577)
 * Hopefully this is minor cosmetics:
 * 1. I would like to remove the following from my posts:
    a. Posted on June 17,
   2015 by menuman b. This entry was posted in SoHo, Uncategorized and tagged $$
   $, A, American, five-star. Bookmark the permalink.
 * 2. I would like to change the background color to an off white since I use a 
   lot of images that have white backgrounds.
 * I do not see the options under customize. thank you for your help!
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-post-stylinglook/#post-6245586)
 * I think this code snippet will do the trick for you:
 *     ```
       .entry-meta,
       .entry-footer {
         display:  none;
       }
   
       .site-content {
         background-color: #???;
       }
       ```
   
 * You’ll need to replace the ??? with your hex-code for the off-white color you
   want.
 * You could use a tool like [HTML Color Codes](http://html-color-codes.info/) to
   help you if your unsure.
 * You can paste this code in your [child theme’s](http://codex.wordpress.org/Child_Themes)
   style.css or in a custom css plugin such as [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 * I hope that helps 🙂
 * Luke the Daft Duke
 *  Thread Starter [shawncoll](https://wordpress.org/support/users/shawncoll/)
 * (@shawncoll)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/edit-post-stylinglook/#post-6245765)
 * thank you very much

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

The topic ‘Edit Post Styling/Look’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [shawncoll](https://wordpress.org/support/users/shawncoll/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/edit-post-stylinglook/#post-6245765)
 * Status: resolved