Dear Stephen,
Just checked the project. I didn't realized you are asking about inside the Behance project content
The thing is, Its best if you change the Title from Behance project itself.
We have designed the plugin to get the styling of projects from Behance itself, so that the projects look exactly like how they look on Behance as possible.
Also, doing it from the website may cause this to replicate over other projects as well.
Now, if you still want to do it on the website, please use the following steps:
1. Go to Portfolio Manager > Settings > Advanced Tab > Custom CSS Box
2. Paste the following:
.bop-project-text > div[data-class-portfolio="title"]{
/* your style goes here */
color: red !important;
}
Please note that this may effect the other projects as well.