Hi @dstaggs,
Add below CSS rules to the Edit Custom CSS modal in the template back-end to change the arrow colors.
body div.t4-megamenu .dropdown .item-caret::before {
border-top: 4px solid var(--mainnav-link-color);
}
body div.t4-megamenu .dropdown:hover .item-caret::before {
border-top: 4px solid var(--mainnav-link-hover-color);
}
Save and reload your website to view the change.
Kind regards,