Transparent WordPress header container background

Hey there,
Is it possible to make the header container either transparent or add a background image to it so it matches the background image of the main/body container?
I’d like to have my header image appear to “float” over the background image.

thanks,
flatrock

Hi Flatrock,

I hope you are well today and thank you for your question.

You can make the header container transparent by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS


#masthead nav.navbar.navbar-default {
  background: transparent;
}

Best Regards,
Movin

Thanks much! Just what the doctor ordered!

You are most welcome here :slight_smile: