CSS to target placeholder text

2 replies·opened Feb 16, 2023
R
roburdickFeb 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;
}

S
SemiColonWebSTAFFFeb 16, 2023

Hello,

Consider using this code:

.dark .form-control::placeholder {
  color: #FFF !important;
  opacity: 1;
}

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.

R
roburdickFeb 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