Title: Header transparancy
Last modified: August 21, 2016

---

# Header transparancy

 *  [kirkbane](https://wordpress.org/support/users/kirkbane/)
 * (@kirkbane)
 * [13 years ago](https://wordpress.org/support/topic/header-transparancy/)
 * Hello, I have spun installed at weddingsbykirk.com and after reading every thread
   i can find about the transparency issue, nothing seems to work. I have above 
   average knowledge of html and have set all opacity to 1. I’ve also tried changing
   my text color with no luck. If anyone can help, i would be very appreciative.
 * Thanks
 *     ```
       #masthead {
       	clear: both;
       	display: block;
       	min-height: 30px;
       	opacity: 1;
       	padding: 30px 0;
       	position: relative;
       	transition: opacity 1s ease-in-out;
       	-webkit-transition: opacity 1s ease-in-out;
       	-moz-transition: opacity 1s ease-in-out;
       	-o-transition: opacity 1s ease-in-out;
       	width: 100%;
       }
       #masthead:hover {
       	opacity: 1;
       	transition: opacity 1s ease-in-out;
       	-webkit-transition: opacity 1s ease-in-out;
       	-moz-transition: opacity 1s ease-in-out;
       	-o-transition: opacity 1s ease-in-out;
       ```
   

Viewing 1 replies (of 1 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 9 months ago](https://wordpress.org/support/topic/header-transparancy/#post-3841365)
 * Could you link the webpage with the issue?

Viewing 1 replies (of 1 total)

The topic ‘Header transparancy’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/header-transparancy/#post-3841365)
 * Status: not resolved