Viewing 1 replies (of 1 total)
  • 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.