I have a simple problem. But i don't have a clue how I could solve it.
The background of my website is pretty dark, so i would like white letters i can change the color here.
Code:
/domains/dielanden.nl/public_html/components/com_comprofiler/plugin/templates/default/template.css
.cb_template .cbUserListFieldLine .cbUserListFieldTitle, .cb_template .control label {
color: # 646c71;
font-size: 13px;
font-weight: normal;
margin: 0;
padding-top: 1px;
But when i Change the color to white, the color will change on the back end too, to white so i cannot read it annymore there.
My question, how can i change the frond end color to white without changing them in the back end?
White is the general letter color on the website
Thanks for the help