How to change label colors?

Support forumCategory: QuestionsHow to change label colors?
Silver asked 4 years ago
How can I change the label colors? like this picture I can't see the texts
2 Answers
Nikola Loncar Staff answered 4 years ago
Hi can you please share the link to that page so I can check what style needs to apply? Best regards, Nikola
michael_hofmeister answered 4 years ago
Hi SIlver, if you would only change the right side (final), you could change the color as followed:
.step.final{
color: #db4605 !important;
}

For #DB4605 insert your Codevalue. And will you change the whole text-color for this plugin on frontend, so take followed code:
Start your code here.ea-bootstrap.bootstrap {
color: #DB4605 !important;
}

I hope, this will help you.
Regards
misha.vikingov replied 4 years ago

Hi Mike your a Genius, can you please supply the additional CSS in wordpress theme customizations for changing the drop down selectors to dark them, black background with white text, as well as the calender background and font, Ive got my page looking MUCH better now with this…

.ea-bootstrap.bootstrap {
background: #008B8B;
color: #778899; /* lightslategrey */
}

.step.final{
background-color : #20B2AA; /* lightseagreen */
color: #F0F8FF;
}

/* #008B8B; /* GREEN */
/* #66CDAA; /* mediumaquamarine */
/* #20B2AA; /* lightseagreen */