Home › Forums › Support › Mambo Background Color › Reply To: Mambo Background Color
Posted 6 years, 9 months ago
Hi Scott,
With the pages created with Quix page builder, if you wish to change the background for any sections, please check this tutorial https://warptheme.com/documentation/mambo-documentation/#quix-overview
To change the background for blog/articles, just open custom.css file then add
.com-content #sp-main-body {
background: #f5f6f7;
}
then change the color background to suite your needs.
Note: Custom.css file located at joomla/templates/template_name/css/custom.css