CSS to target placeholder text

2 replies · opened Feb 16, 2023

RroburdickFeb 16, 2023

Hello! I want the placeholder text for the email subscribe form to display in white on the footer

I tried this:
#widget-subscribe-form-email ::placeholder {
color: white!important;
}

SSemicolon WebSTAFFFeb 16, 2023

Hello,

Consider using this code:
[ch_pre type="css"].dark .form-control::placeholder {
color: #FFF !important;
opacity: 1;
}[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

RroburdickFeb 16, 2023

thank you that works

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard