Hi sitecase
Most buttons, titles, links are inheriting 'Highlight 1 color' in the Theme settings of template:
You can see the declaration in this file: /templates/curb_appeal/index.php
Like:
#s5_nav li {
border-right:solid 1px #<?php echo change_Color($s5_highlightcolor1,'+75'); ?> !important;
background:#<?php echo change_Color($s5_highlightcolor1,'+60'); ?> !important;
}
#s5_nav li.mainMenuParentBtnFocused, #s5_nav li.mainMenuParentBtn:hover, #s5_nav li.active, #subMenusContainer div ul {
background:#<?php echo change_Color($s5_highlightcolor1,'+100'); ?> !important;
}