Customizing Job Board info text color

Heyo! I’m wanting to add some CSS to change the color of the info items on my job board widget to better fit my client’s branding. Is this possible? I can usually tinker with the developer tools to find the code I need, but I’m having trouble with this one.

e5286834-aa87-4877-b7ca-b99bff7ca0ad

1 Like

You mean these item titles?

Use this CSS code

[class*="TitleBlock__Title"] {
    color: #f1f !important;
}
3 Likes

Hi @Lily_Gamble

Please try to use the code sent by @tuanphan and let us know if it helped :slightly_smiling_face:

I actually meant the text below the main title, but I was able to adjust the code you provided to get what I was hoping for!

Thank you so much for the help!!

1 Like