Title: Dropdown menu opacity
Last modified: May 3, 2017

---

# Dropdown menu opacity

 *  Resolved [pdoc](https://wordpress.org/support/users/pdoc/)
 * (@pdoc)
 * [9 years ago](https://wordpress.org/support/topic/dropdown-menu-opacity/)
 * Hi,
 * I need to adjust the visibility/opacity of the elements that are supposed to 
   appear together with the slider, how can I do it?
 * I am attaching a scree shot with comments at this link:
    [https://wp.me/p7pXAe-BO](https://wp.me/p7pXAe-BO)
   also please read a brief explanation below.
 * The opacity of the menu and dropdown entries make them hardly readable when the
   are opened over the slider.
    I have already changed the property in the new color
   css file as follow: In **wp-content/themes/enigma-parallax-child00/new-color.
   css**
 *     ```
       .dropdown-menu {
        background-color: #152239;
        opacity: 1; /* it was 0.6 */
       }
       ```
   
 * But that change seems to have effect only when I scroll down from the top of 
   the page (so that the slider starts to move away to the top).
 * Thanks a lot!
    BR Cristiano

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years ago](https://wordpress.org/support/topic/dropdown-menu-opacity/#post-9095637)
 * Hello,
 * Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General 
   Options -> paste code in Custom CSS box and save –
 *     ```
       .navigation_menu {
           opacity: 1;
       }
       .header_section {
           opacity: 1 !important;
       }
       ```
   
 * Thanks.
 *  Thread Starter [pdoc](https://wordpress.org/support/users/pdoc/)
 * (@pdoc)
 * [9 years ago](https://wordpress.org/support/topic/dropdown-menu-opacity/#post-9099128)
 * Great!
    Thanks a lot!
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years ago](https://wordpress.org/support/topic/dropdown-menu-opacity/#post-9102895)
 * Your Welcome
 * Let us know for further query.

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

The topic ‘Dropdown menu opacity’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma-parallax/7.71/screenshot.
   png)
 * Enigma Parallax
 * [Support Threads](https://wordpress.org/support/theme/enigma-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/enigma-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma-parallax/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/dropdown-menu-opacity/#post-9102895)
 * Status: resolved