change placeholder text color in billing_address_2
-
Hello,
Placeholder text is exactly same with user’s input.
How i can change it with ligther color or make it more transparent. https://prnt.sc/udgj70
<input type="text" class="input-text" name="billing_address_2" id="billing_address_2" placeholder="Apartman, daire, oda vb. (isteğe bağlı)" value="" autocomplete="address-line2">
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
input#billing_address_2::placeholder {
color: green;
}
You can set the color accordingly.
Regard’s.
Xtemos Studio.
thanks, I just realized that biling address 1 area also has place holder.
Can i change both of them with one code?
Hello,
You are Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
input#billing_address_1::placeholder, input#billing_address_2::placeholder {
color: red;
}
Regard’s.
Xtemos Studio.
Hello,
We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirm the hard work we put in every day.
So thanks for your kind words and we look forward to seeing you again.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘change placeholder text color in billing_address_2’ is closed to new replies.