Title: Transparent background ?
Last modified: August 22, 2016

---

# Transparent background ?

 *  Resolved [Falconx82](https://wordpress.org/support/users/falconx82/)
 * (@falconx82)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/transparent-background-20/)
 * There’s an option in the menu:
    Menu Background Transparent Tick this if you 
   would like a transparent background
 * But I don’t see any difference…
    How can I make the menu semi-transparent?
 * [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)

Viewing 1 replies (of 1 total)

 *  [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * (@peterfeatherstone)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/transparent-background-20/#post-5342178)
 * Hi Danny,
 * Apologies for the delay in responding, I have been unavailable for the past 2
   weeks.
 * The Menu Background Transparent option means that the 3 lines don’t have a background
   colour, it doesn’t touch the slid out menu itself.
 * If you would like to make the menu itself semi transparent, you would need to
   do something like this in a custom CSS file:
 *     ```
       #responsive-menu {
   
       background: rgba( 0, 0, 0, 0.8 ) !important;
   
       }
       ```
   
 * Many thanks
 * Peter

Viewing 1 replies (of 1 total)

The topic ‘Transparent background ?’ is closed to new replies.

 * ![](https://ps.w.org/responsive-menu/assets/icon-256x256.png?rev=1782326)
 * [Responsive Menu - Create Mobile-Friendly Menu](https://wordpress.org/plugins/responsive-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-menu/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/transparent-background-20/#post-5342178)
 * Status: resolved