How/where do I change the font colour of the text next to the field name, e.g., "required" and the submitted message? thanks!
How/where do I change the font colour of the text next to the field name, e.g., "required" and the submitted message? thanks!
You can customize the look of every element on your site thanks to CSS. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.
Looking at your site, it looks like you've already used Custom CSS to change the "Required" text color to green:
.contact-form label span {
color: #92b221;
margin-left: 4px;
font-weight: 400;
}
Is there anything else I can do for you?
برچسب:
نویسنده: استخدام کار