Title: lenaz's Replies | WordPress.org

---

# lenaz

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Background color for content](https://wordpress.org/support/topic/background-color-for-content/)
 *  [lenaz](https://wordpress.org/support/users/lenaz/)
 * (@lenaz)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/background-color-for-content/#post-6975468)
 * Hey tarmota,
 * not sure if this is what you are looking for but since I just dealt with a similar
   issue, this is what I did to get a white transparent background. I put this code
   into my Custom CSS file:
 * .page-container {
    background-color:rgb(255,255,255); background-color:rgba(255,255,255,0.3);}
 * The rgba gives you transparent colours. You can adjust the degree by changing
   the last number in the brackets from 0.1 to 1.
    Hope this helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fruitful] Divide background colour on front page](https://wordpress.org/support/topic/divide-background-colour-on-front-page/)
 *  Thread Starter [lenaz](https://wordpress.org/support/users/lenaz/)
 * (@lenaz)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/divide-background-colour-on-front-page/#post-6976022)
 * Hello,
    actually I didn’t want free customization, I was just wondering which
   file I had to tackle. I’m still a WP beginner. :o)
 * Meanwhile I solved the problem by changing the colour of the .head-container 
   and .page-container in the custom css stylesheet.
 * Thank you all the same for taking the time to answer!

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