Hi, I would like to be able to change the middle frame colour from white to another colour. I know we can do the main background colour, but unsure how to change the main frame which contains the content. Is this possible? Thank You
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .container{ background-color:red!important; } Inplace of "red" put your color code.