Medium Editor placeholder text

Would it be possible to have the Medium Editor placeholder text the same as the default for other inputs?

image

2 Likes

Hi Ben,
You can just style this in your custom CSS file:

.medium-editor-placeholder::after,
.medium-editor-placeholder-relative::after {
	font-style: normal !important;
	color: #bbb !important;
}

Just change the color as you need it.

Thanks for your reply, I have been doing that, no problem, just wanted to know if it could become the norm when inserting the Medium Editor behaviour.

Not a big issue, just an annoyance.

1 Like