Thanks, Eric. I did get it working by using the tip from Wes on changing the default color in the style.css file, as shown at https://appfinite.com/topic/modifying-color-of-the-home-feature-arrow-of-just-one-area/
.squareone-orange .arrow {
border: 2px solid #ff7f3a;
}
I chose a color different than the theme that would be visible on every color section. It wasn’t an ideal solution, so I’d still recommend an enhancement to the default SquareOne theme. I do appreciate your help on this.