Title: opacity on page
Last modified: April 27, 2024

---

# opacity on page

 *  [mand01](https://wordpress.org/support/users/mand01/)
 * (@mand01)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/opacity-on-page/)
 * Hi,
 * My privacy policy page is opaque (not transparent) and I would like it to be.
   How to proceed ?

Viewing 1 replies (of 1 total)

 *  [shoaibqureshi](https://wordpress.org/support/users/shoaibqureshi/)
 * (@shoaibqureshi)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/opacity-on-page/#post-17738428)
 * If you want to have glass effect you can use the below code.
 *     ```wp-block-code
       //to get the glass effect (transparent effect)//
       body{
       background: rgba(255, 255, 255, 0.2);
       border-radius: 16px;
       box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
       backdrop-filter: blur(5px);
       -webkit-backdrop-filter: blur(5px);
       border: 1px solid rgba(255, 255, 255, 0.3);
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘opacity on page’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [shoaibqureshi](https://wordpress.org/support/users/shoaibqureshi/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/opacity-on-page/#post-17738428)
 * Status: not a support question