Nav Bar Semi transparent

Is there a css code to achieve this – I want a semi transparent menu / header over my background or top slide….Similar to this website.

my website:shaadistory.my

Hello Netiswaran,

Thanks for writing in! To resolve your issue and have a semi transparent navbar menu, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

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

Hope this helps. Kindly let us know.

Ok thank you. Got it!

You are most welcome. :slight_smile:

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