Want to dim screen behind menu

Hi,

Is there a simple way to darken the background of the navigation menu on X theme so that the menu pops out more?

Thanks!

Hi there,

Thanks for posting in.

That’s possible, example, you can add this CSS to global custom CSS.

.x-navbar {
background: rgba( 0, 0, 0, 0.5);
}

This will apply black background in the navigation with 50% opacity (50% dimmer).

This is just a sample since I’m not sure if you’re using Pro header or X header, or the colors or your navbar. Would you mind providing more information and perhaps some URLs?

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.