Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to change font color of a Text Item ' placeholder '

SmithJohn45Nov 11 2024 — edited Nov 11 2024

how I can change font color of a ‘placeholder’ of input item Text Field using Inline CSS? i tried below 2 solutions from web but nothing works: uisng Google Chrome browser.

(1)
#P550_PD_FROM ::-webkit-input-placeholder { 
   opacity: 1;
   color: white !Important;
   font-weight: bolder !Important;
}

(2)
#P550_PD_FROM::placeholder {
   color:white !Important;
   font-weight: bolder !Important;
}

please help.

regards

This post has been answered by Matthew Nolan-Oracle on Nov 11 2024
Jump to Answer
Comments
Post Details
Added on Nov 11 2024
2 comments
242 views