Answered
Background general setting
Currently you can set the background (colour or image) in individual product settings - it would be good to have a default setting for this in General Settings to apply to all products.
You can do that via CSS:
.fpd-container .fpd-main-wrapper { background: #fff; !important; }
1 person likes this