Home › Forums › WoodMart support forum › Background color setting isn’t full-height › Reply To: Background color setting isn’t full-height
March 2, 2023 at 10:21 am
#447625
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body {
background-color: rgb(243,243,243);
}
Kind Regards