• Resolved ramblinghatter

    (@ramblinghatter)


    I cannot seem to find in the css where Employee Name font color is dictated. Our website runs a white background, and once the Employee has been clicked, their name is invisible unless hovered over. Can you simply point me in the right direction as to where Employee Name font is dictated in the css please.

Viewing 1 replies (of 1 total)
  • Plugin Author akyusa01

    (@akyusa01)

    Hi @ramblinghatter ??

    That is picked up by your theme’s a link color.

    If you would like to change it just target this CSS, for example:

    .cr3ativstaff_employee_name, .cr3ativstaff_employee_name a {
    color:#000000;
    }
    .cr3ativstaff_employee_name a:hover {
    color:#ffffff;
    }

    Please let me know if I can assist with anything else, thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Employee Name Font Color’ is closed to new replies.