Remove Background From Header Area

Like using this theme but is there a way to remove the color from the homepage - header area widget. I know you can change the color but I would like to remove it completely, if so desired. Or another option, is there a way to make the top portion above it completely the same color you would make the header area?

Thank you in advance

Hi there,
Thanks for reaching out.
In reference to your question here, could you kindly provide us with a link to your site so that we can have a look into this.

I look forward to your reply.
Best Regards,
Support.

Unfortunately the site is utilizing an under construction app as it is being built. A screenshot is attached

Hi there

You have to change color from the color customizer, removing color is not possible, basically its same as color change if you match color of the entire header

There is no CSS code that can eliminate it?

Hello there,

I hope you are doing well today.

The color cannot be removed but you can try this CSS:


header#masthead {
    background-color: transparent;
}

Best Regards,
Support

Thanks for the info… I have tried above code… Its Working

Hello there,

Thanks for letting us know that it worked on your end.

Best Regards,
Support