Hi Jen,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.panel-grid .employees-area h3.widget-title,
.panel-grid .employees-area .employee-name {
color: #fff;
}
Hope this reply helps.
Stay safe.
Have an excellent day ahead 🙂
Regards,
Kharis
Hi Kharis,
Thanks for this. I tried this but the problem is that it also makes the About Me heading white because that also uses the Employee widget. What I’m trying to do is have the Meet the Client title white not not the About Me title white – they both use the Employee widget. Is this possible?
Stay safe too.
Thanks,
Jen
Hi Jen,
Thank you for getting back.
You would add this CSS code for that case.
#pg-773-9.panel-grid .employees-area h3.widget-title,
#pg-773-9.panel-grid .employees-area .employee-name {
color: #fff;
}
pg-773-9 refers the row ID, which is the 9 indicates the row position. It will change when it is moved. You can get it with the help of web browser’s inspector tool. Or, for safer way, you can add a specific class name to your row. Then, you can use this code instead:
.my-row-style .panel-grid .employees-area h3.widget-title,
.my-row-style .panel-grid .employees-area .employee-name {
color: #fff;
}
I hope this reply helps.
Stay safe.
Have a nice day.
Regards,
Kharis
Hi Kharis,
Perfect, thanks for explaining.
Have a good day.
Jen
Hi Jen!
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
Hi Kharis,
Thanks for your help with this. You’ll see I have managed to get the header in #fff colour. I could also like to change the colour of the box underneath which says Read our Story. It currently only appears when you hover over it and it is black which doesn’t stand out.
The only thing to bear in mind is that I only want to change this specific row/panel grid, and not the other one that also uses the Employee widget. This is row #pg-773-8 and I’d like to be specific to this row.
Thanks very much in advance.
Jen
Hi Roman,
Are you able to offer any help regarding this query?
Many thanks in advance,
Jen
Hello Jen,
Please create a new topic for this additional issue in order to make it easier to help you.
Kind Regards, Roman.