Feb 28, 2023 10:33 am
I don´t find the css paramenter to adjust the font size for the placeholder in the input field. Do you have the css parameter for me.
3 Replies
Feb 28, 2023 10:43 am
Here is the CSS code:
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::placeholder {
font-size: 12px;
}
The red-marked value can be changed as you like.
Feb 28, 2023 11:32 am
Many thanks for the fast answer. Only one question yet. How I can change the style of the scrollbar?