Title: Opacity
Last modified: August 21, 2016

---

# Opacity

 *  Resolved [gideonse](https://wordpress.org/support/users/gideonse/)
 * (@gideonse)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/opacity-4/)
 * I am using Spun on my self-hosted blog. The opacity is making it hard to see 
   the header and meta. Where in the CSS can I go to change or remove the opacity?

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 5 months ago](https://wordpress.org/support/topic/opacity-4/#post-4476327)
 * Install this Custom CSS Manager plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
 * Then use its “CSS Code” [section of the dashboard](http://wordpress.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications:
 *     ```
       .site-header,
       .entry-meta-wrapper,
       .comment-meta,
       .page-links span.active-link,
       .page-links a span.active-link {
        opacity: .9;
        /* (goes up to 1)*/
       }
       ```
   
 *  Thread Starter [gideonse](https://wordpress.org/support/users/gideonse/)
 * (@gideonse)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/opacity-4/#post-4476335)
 * Thank you so much for your speedy reply!

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

The topic ‘Opacity’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [gideonse](https://wordpress.org/support/users/gideonse/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/opacity-4/#post-4476335)
 * Status: resolved