How can I modify placeholder text in my contact form?

Hi,

I would like to change the placeholder text on the message forms.

Is this possible?

Also, is it possible to get these rows smaller in any way?

https://imdedi.com/pages/wishlist

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.form-vertical input::placeholder,
.form-vertical textarea::placeholder {
font-size: 13px;
}

@ZestardTech Hi, thank you for your answer.

I want to change the text into something like “price” or “product”.

also I would like the box to become smaller, is this possible? :slightly_smiling_face:

1 Like