pdingle
Hi the arrow path is image
https://www.pdcgroup.net/barfordvh/templates/ja_kidscorner/images/nav_mask/nav-top.png
Can be override by this code
.t3-footer #back-to-top::after {
content: "";
background-image: url(/barfordvh/templates/ja_kidscorner/images/nav_mask/nav-top.png);
filter: invert(23%) sepia(77%) saturate(412%) hue-rotate(
204deg) brightness(92%) contrast(95%);
}
The module inner blue color is
.t3-footnav .t3-module .module-inner {
background: #3b386f;}
Override it with this code in custom css
Regards