# Change job title color

**URL:** https://community.elfsight.com/t/change-job-title-color/76485
**Category:** Job Board
**Created:** [October 18, 2024, 8:24am UTC](https://community.elfsight.com/t/change-job-title-color/76485 "2024-10-18T08:24:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [October 18, 2024, 8:24am UTC](https://community.elfsight.com/t/change-job-title-color/76485/1 "2024-10-18T08:24:53Z")

</div>

Add this code to the Custom CSS field on your [Job Board](https://elfsight.com/job-board-widget/) widget’s Appearance tab:

```auto
[class*="TitleBlock__Title-sc"] {
color: green !important;
}

```
