Title: Content Background transparency
Last modified: August 21, 2016

---

# Content Background transparency

 *  Resolved [Jagen Michael](https://wordpress.org/support/users/jagen-michael/)
 * (@jagen-michael)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/content-background-transparency/)
 * Your preview site show a transparent content background in the lower right corner,
   how do I make my content background pages & posts transparent so that my full
   background image is partially seen i.e % transparency
 * see [http://www.tigertrack.us](http://www.tigertrack.us)

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

 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/content-background-transparency/#post-4708921)
 * There is no transparency in my theme demo, however, you can implement it using
   RGBA color.
 * For instance to create transparent wrapper div you can add this code to Theme
   Options – Other – Custom CSS
 *     ```
       .wrapper {
           background-color: rgba(255,255,255,0.4);
       }
       ```
   
 * Last number (0.4) stands for transparency where 1 means no transparency at all
   and 0 means complete transparency.
 * You can use the same code for other elements as well, such as `article`
 *     ```
       article {
           background-color: rgba(255,255,255,.4);
       }
       ```
   
 *  Thread Starter [Jagen Michael](https://wordpress.org/support/users/jagen-michael/)
 * (@jagen-michael)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/content-background-transparency/#post-4708949)
 * Thank’s very much for the simple fix on the wrapper.
 * If I want to use the “Article” one AS WELL how would that look code wise on Custom
   CSS
 * [http://www.tigertracks.us](http://www.tigertracks.us)
 *  Thread Starter [Jagen Michael](https://wordpress.org/support/users/jagen-michael/)
 * (@jagen-michael)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/content-background-transparency/#post-4708983)
 * I figured it out so all resolved.
 * Now just have to start adding all of the Motorcycle info
 * Thanks for the help.
 * [http://www.tigertracks.us](http://www.tigertracks.us)
 *  Thread Starter [Jagen Michael](https://wordpress.org/support/users/jagen-michael/)
 * (@jagen-michael)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/content-background-transparency/#post-4708984)
 * Resolved
 *  [kspikowski](https://wordpress.org/support/users/kspikowski/)
 * (@kspikowski)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/content-background-transparency/#post-4708995)
 * hi,
 * on the main page page [http://colorlib.com/travelify/](http://colorlib.com/travelify/)
   
   there is a slider and on each slider transparent square with a text.
 * how and where to add this to my template webpage?
 * when I inspected element it pointed me to <article class=”featured text”>
 * which file should i modify? thanks,
 * k.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 2 months ago](https://wordpress.org/support/topic/content-background-transparency/#post-4708996)
 * You can create a new thread here: [http://wordpress.org/support/theme/travelify#postform](http://wordpress.org/support/theme/travelify#postform)
 *  [kspikowski](https://wordpress.org/support/users/kspikowski/)
 * (@kspikowski)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/content-background-transparency/#post-4708997)
 * hi,
 * sorry, added a page instead of post to the slidebar and it worked, resolved.

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

The topic ‘Content Background transparency’ is closed to new replies.

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

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [content](https://wordpress.org/support/topic-tag/content/)
 * [Transparency](https://wordpress.org/support/topic-tag/transparency/)

 * 7 replies
 * 4 participants
 * Last reply from: [kspikowski](https://wordpress.org/support/users/kspikowski/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/content-background-transparency/#post-4708997)
 * Status: resolved