Title: manmohanjit's Replies | WordPress.org

---

# manmohanjit

  [  ](https://wordpress.org/support/users/manmohanjit/)

 *   [Profile](https://wordpress.org/support/users/manmohanjit/)
 *   [Topics Started](https://wordpress.org/support/users/manmohanjit/topics/)
 *   [Replies Created](https://wordpress.org/support/users/manmohanjit/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/manmohanjit/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/manmohanjit/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/manmohanjit/engagements/)
 *   [Favorites](https://wordpress.org/support/users/manmohanjit/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Newbie check out my blog](https://wordpress.org/support/topic/newbie-check-out-my-blog/)
 *  [manmohanjit](https://wordpress.org/support/users/manmohanjit/)
 * (@manmohanjit)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/newbie-check-out-my-blog/#post-1543757)
 * Theme looks good, just keep the content coming and you’ll do well.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Has anyone tested autofocus on WordPress 3.0?](https://wordpress.org/support/topic/has-anyone-tested-autofocus-on-wordpress-30/)
 *  [manmohanjit](https://wordpress.org/support/users/manmohanjit/)
 * (@manmohanjit)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/has-anyone-tested-autofocus-on-wordpress-30/#post-1545106)
 * I’ve installed it locally and tried it. Worked like a charm.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [2010 change body from white to gray?](https://wordpress.org/support/topic/2010-change-body-from-white-to-gray/)
 *  [manmohanjit](https://wordpress.org/support/users/manmohanjit/)
 * (@manmohanjit)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/2010-change-body-from-white-to-gray/#post-1544504)
 * Replace:
 *     ```
       #wrapper {
       	margin-top: 20px;
       	background: #fff;
       	padding: 0 20px;
       }
       ```
   
 * with:
 *     ```
       #wrapper {
       	margin-top: 20px;
       	background: #333333;
       	color: #ffffff;
       	padding: 0 20px;
       }
       ```
   
 * in the CSS file.

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