Title: webm3's Replies | WordPress.org

---

# webm3

  [  ](https://wordpress.org/support/users/webm3/)

 *   [Profile](https://wordpress.org/support/users/webm3/)
 *   [Topics Started](https://wordpress.org/support/users/webm3/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webm3/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webm3/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webm3/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webm3/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webm3/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change Dropdown menu BG Color](https://wordpress.org/support/topic/change-dropdown-menu-bg-color/)
 *  Thread Starter [webm3](https://wordpress.org/support/users/webm3/)
 * (@webm3)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-dropdown-menu-bg-color/#post-7242206)
 * Indeed, your initial answer resolved the question
 * Further discussion was only due to a mistake of mine entering #ddd instead of#
   222 (sounding very similar in my native language)
 * Thanks !
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change Dropdown menu BG Color](https://wordpress.org/support/topic/change-dropdown-menu-bg-color/)
 *  Thread Starter [webm3](https://wordpress.org/support/users/webm3/)
 * (@webm3)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-dropdown-menu-bg-color/#post-7242146)
 * Tried changing the opacity settings but nothing changed, what am I missing ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change Dropdown menu BG Color](https://wordpress.org/support/topic/change-dropdown-menu-bg-color/)
 *  Thread Starter [webm3](https://wordpress.org/support/users/webm3/)
 * (@webm3)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-dropdown-menu-bg-color/#post-7242107)
 * Nope, this changed the shadow
    I’m quite sure it’s an opacity problem now, I 
   changed it to a very dark grey #dddddd but it appears like a light grey when 
   I dropdown the menu
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change Dropdown menu BG Color](https://wordpress.org/support/topic/change-dropdown-menu-bg-color/)
 *  Thread Starter [webm3](https://wordpress.org/support/users/webm3/)
 * (@webm3)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/change-dropdown-menu-bg-color/#post-7242084)
 * Thanks !
    It worked but it seems like there is an opacity or shadow parameter
 *     ```
       .main-navigation ul ul {
   
       		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
       		display: block;
       		float: left;
       		margin: 0;
       		position: absolute;
       		left: -999em;
       		z-index: 99999;
       		padding: 0;
       		top: 100%;
       		background: #dddddd;
       		list-style: none;
       	}
       ```
   
 * Changed rgba from 0.2 to 1 but nothing changed

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