Changing header

I am working on modifying the 907 construction theme at http://americanfencela.com/ and able to change most things. I have three questions that you may be able to help me with.

  1. Changing the yellow color to blue
  2. Changing the background video
  3. the header links are duplicating

The theme comes with 6 months support but I don’t know how to reach 907 directly.

Hi

  1. you can use this css by copy paste into your theme assets folderer then css folder and open theme-styles.css
.section-overlay {
  background-color: rgba(28, 31, 202, .7) !important;
}
  1. Please check your theme settings for header settings hope you will get settings there
  2. Go to Appearance => Menus check and set primary menu there

Thanks