Title: Page opacity
Last modified: August 31, 2016

---

# Page opacity

 *  [kverma24](https://wordpress.org/support/users/kverma24/)
 * (@kverma24)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/page-opacity/)
 * Hi all,
 * I am using the Counsel theme from Mudthemes. I want to change the opacity of 
   the page only and not the content, so one can see the background underneath just
   slightly. How do I do this?

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

 *  [Justin Tucker](https://wordpress.org/support/users/certainstrings/)
 * (@certainstrings)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/page-opacity/#post-7026904)
 * Can you provide a link to your site?
 *  Thread Starter [kverma24](https://wordpress.org/support/users/kverma24/)
 * (@kverma24)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/page-opacity/#post-7026936)
 * Hi Justin,
 * Yh sure. [http://www.svcchta.com](http://www.svcchta.com)
 *  [Justin Tucker](https://wordpress.org/support/users/certainstrings/)
 * (@certainstrings)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/page-opacity/#post-7026960)
 * You will have to change two css selectors and convert your title logo to a transparent
   png.
 *     ```
       .cadet_blue .wrapper {
           background-color: rgba(255,255,255,.6);
       }
       ```
   
 *     ```
       .cadet_blue .header-bg-section {
           background-color: rgba(255,255,255,.6);
       }
       ```
   
 * `rgba(255,255,255,.6);` is the equivalent to displaying white with 60% opacity.
 * This plugin will give you the ability to add custom css:
    [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)

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

The topic ‘Page opacity’ is closed to new replies.

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [colours](https://wordpress.org/support/topic-tag/colours/)
 * [editing](https://wordpress.org/support/topic-tag/editing/)
 * [opacity](https://wordpress.org/support/topic-tag/opacity/)
 * [page](https://wordpress.org/support/topic-tag/page/)

 * 3 replies
 * 2 participants
 * Last reply from: [Justin Tucker](https://wordpress.org/support/users/certainstrings/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/page-opacity/#post-7026960)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
