Why is there a yellow background on some sections when it doesn't exist anywhere in my colors?

https://sheepdogbrewco.com/pages/find-us

Hey @camkaye

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you.

Now how about the green bar? Can I just remove that completely?

I’m new to shopify, taking over someone else’s work, and I’m working why I have to code so many things. Shouldn’t they be easier to change?

Hey @camkaye
Add this code under tag above the code I mentioned

.template-page .image_with_text_home {
    background: white !important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed