Remove header image on pages and include background for menu

I have two requests:

  1. I would like to remove the header image and text for my pages.
  2. I would like to put a solid color background for the menu since my logo has white lettering. If you could also give me the CSS to use an image, I’d appreciate it to.

Here is my site: http://www.mooncraftco.com/about-moon-craft-co/

Thank you.

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-image: url(http://www.mooncraftco.com/wp-content/uploads/2018/11/cropped-Watercolor-SpaceB-ackgrounds-2.jpg);
background-size: cover;
background-repeat: no-repeat;
}

#header .bottom-header.blog {
display: none;
}

Thanks!
Colorlib Support Team