Hi aztechgeeks
For offcanvas title, you can override the language constant: TPL_SIDE_BAR in Admin panel > Extensions > Languages > Overrides : https://prnt.sc/snvmxr
To change its color text and background color, just override this css rule:
#t3-off-canvas .t3-off-canvas-header {
background: linear-gradient(135deg, #fd7d57, #f55d59) !important;
color: #ffffff !important;
}
#back-to-top .btn.btn-primary {
background: linear-gradient(135deg, #fd7d57, #f55d59) !important;
}
Note: change above color to your desired color.