Home › Forums › Support › Change background colors › Reply To: Change background colors

Posted 5 years, 8 months ago
Try this
#sp-navigation,
#sp-footer {
background: red !important;
}
You should learn basic css code to custom the page by yourself.