Title: Transparent text box
Last modified: July 23, 2019

---

# Transparent text box

 *  Resolved [rashedalkhamaiseh](https://wordpress.org/support/users/rashedalkhamaiseh/)
 * (@rashedalkhamaiseh)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/)
 * hello
 * this is the website i’m working on initially ( [http://mywebsite7.cf/](http://mywebsite7.cf/))
   i will be applying everything I worked there on my client’s website.
 * on the home page I want to write a brief text about my client of two or three
   lines (he’s a musician) but I can’t find anyway to make the text post transparent
   the text always comes with a white background. I tried using CSS custom and still
   nothing has worked. how can I do that?
 * please with a further explanation because i’m still beginner with wordpress
 * thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftransparent-text-box%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11758792)
 * Hi,
 * I can not access your website as it says _“The site is experiencing technical
   difficulties.”_ So, I’m not really sure if I understand correctly your question,
   but I presume you are talking about the actual homepage content area. Try this
   custom CSS to remove the static homepage content area background:
 *     ```
       .home .site-main .entry {
       	background: transparent;
       	color: #fff;
       }
   
       .home .site-main h1,
       .home .site-main h2 {
       	color: #fff;
       }
       ```
   
 * Please note that I provide support via [https://support.webmandesign.eu/](https://support.webmandesign.eu/)
 * Best regards,
 * Oliver
 *  Thread Starter [rashedalkhamaiseh](https://wordpress.org/support/users/rashedalkhamaiseh/)
 * (@rashedalkhamaiseh)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11758894)
 * oh finally! thank you so much!
    I’ve been trying to solve this since days!
 * thank you!
 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11758907)
 * Hi,
 * In that case, try using your [web browser code inspector](https://support.webmandesign.eu/using-browser-code-inspector/)
   to determine your CSS modifications. You will resolve anything that way 😉
 * Regards,
 * Oliver
 *  Thread Starter [rashedalkhamaiseh](https://wordpress.org/support/users/rashedalkhamaiseh/)
 * (@rashedalkhamaiseh)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11758917)
 * I will.
 * one final question please, that website was expreimental, now I will do exactly
   the same edits on my client’s website, should I use the same code?
 * this my client’s website: [http://www.tareqjundi.com/](http://www.tareqjundi.com/)
 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11758926)
 * Yes, sure, the code should work perfectly fine regardless the domain you are 
   on.
 *  Thread Starter [rashedalkhamaiseh](https://wordpress.org/support/users/rashedalkhamaiseh/)
 * (@rashedalkhamaiseh)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11759354)
 * I know I’ve asked a lot, everything is fine now, but i want to apply that on 
   every page of my client’s website, the entire site..
 * how can I do that?
 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11759373)
 * Please, try using your web browser code inspector to determine the CSS you need
   to use. Also, please read the knowledge base article about theme modifications
   at [https://support.webmandesign.eu/modifications/](https://support.webmandesign.eu/modifications/)
 * Removing the `.home` portion from the code should apply the styles across the
   whole website.
 *  Thread Starter [rashedalkhamaiseh](https://wordpress.org/support/users/rashedalkhamaiseh/)
 * (@rashedalkhamaiseh)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11759390)
 * worked like magic.
 * I can’t thank you enough, this saved a lot of time.
 * have a good day 🙂
 *  Thread Starter [rashedalkhamaiseh](https://wordpress.org/support/users/rashedalkhamaiseh/)
 * (@rashedalkhamaiseh)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11759424)
 * again i’m sorry!
    some page still have that white block.. gallery & albums
 * [http://www.tareqjundi.com](http://www.tareqjundi.com)
 * what’s the solution now?
 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11759436)
 * Again, please use your web browser code inspector.
 * This might help, but adapt it to your needs:
 *     ```
       .is-singular .content-area {
       	background: transparent;
       	color: #fff;
       }
       ```
   
 *  Thread Starter [rashedalkhamaiseh](https://wordpress.org/support/users/rashedalkhamaiseh/)
 * (@rashedalkhamaiseh)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11759462)
 * I’m using it.
 * should I add this code to the previous one?
 *  Thread Starter [rashedalkhamaiseh](https://wordpress.org/support/users/rashedalkhamaiseh/)
 * (@rashedalkhamaiseh)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11759475)
 * thanks all the pages are transparent now..
 * I really appreciate your effort to help, have a nice day..
 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11769654)
 * Hi,
 * I’m glad the solution worked. If you like the free support service provided, 
   please [consider a donation](https://www.webmandesign.eu/contact/) 🙂 Thank you
   🙂
 * Best regards,
 * Oliver

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

The topic ‘Transparent text box’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/modern/2.6.6/screenshot.jpg)
 * Modern
 * [Support Threads](https://wordpress.org/support/theme/modern/)
 * [Active Topics](https://wordpress.org/support/theme/modern/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/modern/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/modern/reviews/)

## Tags

 * [text box](https://wordpress.org/support/topic-tag/text-box/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)
 * [transparent](https://wordpress.org/support/topic-tag/transparent/)

 * 13 replies
 * 2 participants
 * Last reply from: [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/transparent-text-box/#post-11769654)
 * Status: resolved