Title: Removing Default image
Last modified: August 30, 2016

---

# Removing Default image

 *  Resolved [TrueandReal](https://wordpress.org/support/users/trueandreal/)
 * (@trueandreal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/removing-default-image/)
 * Hi Imran, (or anyone who knows the answer)
 * How do i remove the image of the laptop from below the menu tabs.
 * Here is my site: [http://www.trueandreal.com](http://www.trueandreal.com)
 * Thanks

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

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/removing-default-image/#post-6483758)
 * Hi TrueandReal
 * For this please use below code in custom css Field (Theme Dashboard >> appearance
   >> customize >> custom css filed )
 *     ```
       .page-title-section
       {
       background:none !important;
       }
       ```
   
 * Thanks.
 *  [Aurora7777](https://wordpress.org/support/users/aurora7777/)
 * (@aurora7777)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/removing-default-image/#post-6483865)
 * I had the same question. I’m happy to have that image gone. The default gray 
   color is off-putting however. How would I go about making it a custom color, 
   and or a different image using the custom CSS? Thanks!
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/removing-default-image/#post-6483870)
 * Hi
 * 2. If you are Using default Color.
 * Use below code in Custom css Filed
 *     ```
       .page-title-section
       {
       background-color:#fff !important;
       }
       ```
   
 * (Change color color according to you)
 * 2. Change the Image in banner Section Use Below Code in Custom css Field.
 *     ```
       .page-title-section {
          background: url("images/page-title-bg.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
       }
       ```
   
 * Changes Image According to you.
 * Thanks.
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/removing-default-image/#post-6483951)
 * Hi Aurora7777
 * Did Your issue Resolved.
 * can I Close this Threads.
    Thanks.

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

The topic ‘Removing Default image’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/removing-default-image/#post-6483951)
 * Status: resolved