I'm currently working on a GoDaddy website using a template that doesn't clearly highlight the SEND button in a Contact Us form. In order to comply with WCAG accessibility standards, active elements must have visible focus indicators. However, since I don't have direct access to the template's code to make style modifications, I'm looking for alternative solutions.
While I can't directly edit the template code, it does allow me to add a section to incorporate HTML, JavaScript, and CSS. Is there any code or script I can insert into this section to change the button's appearance?
Here's the button tag code extracted from the page source using Inspect:
<button tccltracking="click" data-ux="Button" type="submit" data-aid="CONTACT_SUBMIT_BUTTON_REND" data-tccl="ux2.contact.submit_form.click,click" class="x-el x-el-button c2-1 c2-2x c2-2y c2-2u c2-2v c2-2z c2-30 c2-3 c2-31 c2-32 c2-r c2-33 c2-1v c2-b c2-26 c2-d c2-e c2-2b c2-34 c2-2i c2-35 c2-36 c2-4 c2-5 x-d-ux x-d-aid x-d-traffic2 x-d-tccl">Send</button>
As someone without programming experience, I would appreciate detailed guidance. I can refer to the page source for tag and class names whenever necessary.