Home Forums WoodMart support forum change placeholder text color in billing_address_2

change placeholder text color in billing_address_2

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #224451

    roadlink
    Participant

    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">

    #224523

    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.

    #224644

    roadlink
    Participant

    thanks, I just realized that biling address 1 area also has place holder.
    Can i change both of them with one code?

    #224747

    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.

    #225182

    roadlink
    Participant

    worked great, thanks.

    #225191

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘change placeholder text color in billing_address_2’ is closed to new replies.