Home › Forums › Support › Change background colors › Reply To: Change background colors
Posted 7 years ago
Try this
#sp-navigation,
#sp-footer {
background: red !important;
}
You should learn basic css code to custom the page by yourself.