sitecase
Hi
The same color that you changed from template is used om all custom position.
Highlight1 Color
To remove it open template folder index.php
in Line 47 find and remove
#s5_pos_custom_3,
Now add this code in custom.css file and apply background color
#s5_pos_custom_3 {
background: green;
}