Tagged: CONTACT FORM
Hello,
Is there any i can change the “get moving” text from black to white on the contact form for my Movers SLC site?
Thanks,
Ryan
Hey ryanmeighan,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home #av_section_1 input[value="Get Moving"].button {
color: #fff !important;
border-color: #222 !important;
}
Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike