Title: Theme Update &#8211; Dark Version &#8211; Transparent Menu
Last modified: August 30, 2016

---

# Theme Update – Dark Version – Transparent Menu

 *  Resolved [mrothlein](https://wordpress.org/support/users/mrothlein/)
 * (@mrothlein)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/)
 * Just updated to the latest Raindrops theme today and suddenly my menu is transparent,
   but the background image briefly displays when clicking on the links. I reviewed
   a post from a user who had a similar problem and tried to change the keyboard
   focus setting as well as the stylesheet setting, but neither helped. My site 
   is [](http://www.proeventdj.com/)

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/#post-6373880)
 * Hi mrothlein
 * Please tell me your WEB Site
 * Thank you.
 *  Thread Starter [mrothlein](https://wordpress.org/support/users/mrothlein/)
 * (@mrothlein)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/#post-6373882)
 * Sorry…. Thought I included it.
 * [http://Www.proeventdj.com](http://Www.proeventdj.com)
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/#post-6373885)
 * I checkd your site style
 * Some, the default setting perhaps, was found, such as does not exist style are
   several.
 *     ```
       #access .gradient-3 a{
       color:#000000;
       background: -webkit-gradient( linear, left top, left bottom, from( #a2a2a2 ), to( #d0d0d0 ) );
       background: -moz-linear-gradient( top,  #a2a2a2,  #d0d0d0 );
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#d0d0d0' );
       background-image: -ms-linear-gradient( top,  #a2a2a2,  #d0d0d0 );
       }
   
       #access .gradient-3 a{
       color:#000000;
       background: -webkit-gradient( linear, left top, left bottom, from( #a2a2a2 ), to( #737373 ) );
       background: -moz-linear-gradient( top,  #a2a2a2,  #737373 );
       background-image: -ms-linear-gradient( top,  #a2a2a2,  #737373 );
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#737373' );
       }
       ```
   
 * A menu of style, do you have customized in such as a filter?
 * or
 * Hesitation to recognize that it is a gradation, is a slight also likely difference
   in color gradation of
 *     ```
       -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(58, 58, 58)), to(rgb(17, 17, 17)));
       ```
   
 * Dashboard / Appearance/ customize / presentatin
 * What’s value of color scheme / base color value ?
 *  Thread Starter [mrothlein](https://wordpress.org/support/users/mrothlein/)
 * (@mrothlein)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/#post-6373920)
 * My base color value is:
 * #444444
 * DO I need to add the code that you sent somewhere? I don’t believe I have modified
   the theme code so I am not sure why I would have missing elements.
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/#post-6373955)
 * Thanks reply.
 * Please add style.css bottom
 *     ```
       #top #access {
           background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#111111));
           background: -moz-linear-gradient(top, #3a3a3a, #111111);
           background-image: -ms-linear-gradient(top, #3a3a3a, #111111);
           filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#111111');
           border-radius: 3px 3px 3px 3px;
           -moz-border-radius: 3px 3px 3px 3px;
           -webkit-border-radius: 3px 3px 3px 3px!important;
           -moz-box-shadow: 1px 1px 3px #000;
           -webkit-box-shadow: 1px 1px 3px #000;
           border-top: 1px solid rgba(100,100,100,1);
       }
       ```
   
 * Thank you.
 *  Thread Starter [mrothlein](https://wordpress.org/support/users/mrothlein/)
 * (@mrothlein)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/#post-6373956)
 * That corrects the problem, but I do have a question. Do I need to maintain this
   code as custom CSS or do I need to add it to one of the theme files?
 * I really appreciate your help!
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/#post-6373959)
 * maybe affected by some style specification. What’s causing the problem,I can 
   not detect it now
 * Menu style of Rain Drops is a 1.307, it has been completely replaced by the new
   one.
 * In the style of the theme you are currently using, if you write a change, when
   the theme of the update, again a problem occurs.
 * You are using the CSS Editor of JetPack, this style, it might be better to have
   written to JetPack CSS Editor.
 * Add the style to JetPack CSS Editor, please let me know the results
 * Thank you
 *  Thread Starter [mrothlein](https://wordpress.org/support/users/mrothlein/)
 * (@mrothlein)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/#post-6373966)
 * Adding the code to the CSS editor does correct the problem. I will keep this 
   code in the JetPack CSS Editor and see what happens after the next theme update.
 * Thanks again for your help and wonderful theme!

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

The topic ‘Theme Update – Dark Version – Transparent Menu’ is closed to new replies.

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

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [transparent](https://wordpress.org/support/topic-tag/transparent/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 8 replies
 * 2 participants
 * Last reply from: [mrothlein](https://wordpress.org/support/users/mrothlein/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/theme-update-dark-version-transparent-menu/#post-6373966)
 * Status: resolved