hi support team,
the label that I highlighted in the print screen below are not well displayed because of their color.
could you please tell me how can I change their color without affecting the rest of the site. (with css code ?)
https://www.edemia.fr/wp-content/uploads/2022/07/issue-2.png
thanks
This reply has been marked as private.
This reply has been marked as private.
add this in custom CSS
.loginform .field strong {
color: #fff;
}
.extra_details .vibebp_forward_link {
color:#fff !important;
}
excellent. thank you. you can close the topic