I want to change the space above my page headings to a different color from the rest of the container.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-info { background: red; }
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header { background: red; } Inplace of "red" put your color code.