Hello, looking to change the actual background for our “about us” page. I found some code to add to the “Custom CSS” area because I would rather not mess with the theme code for something so small.
div {
background-color: #cdd193;
}
The above code mostly worked, it only changed the main section with information and not the entire background. I want them both to match and wanted to see if it was possible to change through Custom CSS and not change any liquid coding.