Background color setting isn’t full-height
-
Dear,
I defined a background color for all pages with the below theme setting :
Styles and Colors > Background Pages > All Pages Background
However, my issue now is that the color isn’t full-height. How can I make this background color full height?
Thanks
Simon
Attachments:
You must be
logged in to view attached files.
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
Ok thanks you can close this ticket
The topic ‘Background color setting isn’t full-height’ is closed to new replies.