Static Menu - Image instead of Jumbotron Text

Is it possible to make the header menu static and always showing with a black background? For instance, when accessing my site: www.greathomemovers.com - the menu/logo is showing, but background is transparent. Then start scrolling and the menu-background turns black - which is what I’d like for it to show at all times.

Also, is it possible to place an image in place of the Jumbotron text on the main page?

Thanks!

hey there
Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

#header .top-header {
    background: black;
}

Thanks!
Colorlib Support Team

Thanks for the response, that worked!

Is it possible to place an image in place of the Jumbotron text on the main page?

Hi there

Have you tried an image tag instead of text? check this link please and try to use image tag instead of your text:
https://www.w3schools.com/tags/tag_img.asp