Can I change or edit the color of the placeholder text?

Please note that this feature is exclusively available with specific pricing plans.

You can change the color of placeholder text using custom CSS.

Custom CSS is configured under Theme & Appearance → Custom CSS. Generally, this CSS will look something like this:

::placeholder {
    color: red;
}