Title: Fancier theme post background
Last modified: August 21, 2016

---

# Fancier theme post background

 *  Resolved [lilybeth53](https://wordpress.org/support/users/lilybeth53/)
 * (@lilybeth53)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/fancier-theme-post-background-1/)
 * ‘m using the Fancier Theme and have created a customised page template. However,
   I cannot find a way to remove the black background which appears. I have looked
   at all the css coding and changed the hex values to ffffff, but nothing works.
   My website is rudisbalitours.com. If you do a search for say “bali”, the search
   brings up a page of posts, which a black background. This is what I want to get
   rid of. I hope someone can assist. I have looked at the Fancier template designer
   site, but can’t see anything to assist.
 * Thanking you.

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

 *  [kaniamea](https://wordpress.org/support/users/kaniamea/)
 * (@kaniamea)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/fancier-theme-post-background-1/#post-4491679)
 * Add to your Custom CSS:
 *     ```
       #main {
           clear: both;
           margin: 0px;
           padding: 0px;
           width: auto;
           height: auto;
       }
       ```
   
 *  Thread Starter [lilybeth53](https://wordpress.org/support/users/lilybeth53/)
 * (@lilybeth53)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/fancier-theme-post-background-1/#post-4491695)
 * Thank you Kaniamea, but unfortunately that code didn’t work. I have added it 
   to my custom css, but that dark grey/black background still appears.
 *  [kaniamea](https://wordpress.org/support/users/kaniamea/)
 * (@kaniamea)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/fancier-theme-post-background-1/#post-4491697)
 * Ok, try this Lily:
 *     ```
       #main {
           background: none;
   
       }
       ```
   
 *  Thread Starter [lilybeth53](https://wordpress.org/support/users/lilybeth53/)
 * (@lilybeth53)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/fancier-theme-post-background-1/#post-4491716)
 * Thank you so much Kaniamea, that worked! Of all the code I looked at, it was 
   the #main selector I missed. I actually updated the Fancier CSS editor and it
   works a treat. Thank you so much again.
    Cheers
 * Lilybeth
 *  Thread Starter [lilybeth53](https://wordpress.org/support/users/lilybeth53/)
 * (@lilybeth53)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/fancier-theme-post-background-1/#post-4491717)
 * This issue has been solved.

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

The topic ‘Fancier theme post background’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [lilybeth53](https://wordpress.org/support/users/lilybeth53/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/fancier-theme-post-background-1/#post-4491717)
 * Status: resolved