Project Title color change on one page
-

add this in:
lay options -> custom css & html -> custom css:.projectindex-project-slug-carousel-test-4 >*{ color: red!important; }but instead of "carousel-test-4" you have to find the correct slug for your page.
use the chrome inspector to find it out:

if you post a link and tell me exactly which project in your projectindex should be a different color, i can help u more
-

add this in:
lay options -> custom css & html -> custom css:.projectindex-project-slug-carousel-test-4 >*{ color: red!important; }but instead of "carousel-test-4" you have to find the correct slug for your page.
use the chrome inspector to find it out:

if you post a link and tell me exactly which project in your projectindex should be a different color, i can help u more
@arminunruh it's all of the project index titles on this page
https://firstoff.dreamhosters.com/videos/
Thanks very much! -
What do you mean on this page?
https://firstoff.dreamhosters.com/index/All the links there that are part of the videos should be a different color?
.projectindex-project-slug-andrew-atwood-machines-drawings-3-urban-projects-5-doric-columns > *{ color: red!important; }Basically, you need to go to this page where you have the project index element. Then, right-click it in Chrome or Firefox, and click "Inspect Element." On the inspector, you see all of the HTML markup, and there you can get the correct log text that you can use to build your CSS.

It's not so straightforward, unfortunately.
-
no, on this page the text below the thumbnails are black and I need them to be white
https://firstoff.dreamhosters.com/videos/
my project index text color across the site are black, but in this one instance i need white -
.slug-videos .title{
color: white!important;
}