I need a module that is in the "section" location to have a background color, for example blue (module ID 138), only appears on the home page. Is this possible?
delinea Hi open css/custom.css file and add this code
.home #acm-teams-138 {background:#eee;}
It work only for this module on homepage. Change the color code as per your needs.
Regards
Excellent, thank you very much