HI
Is it possible to allocate a specific colour on a project title on selected projects?
Cheers
Toby
thumbnail text rollover
HI
Is it possible to allocate a specific colour on a project title on selected projects?
Cheers
Toby
Hey Toby!
So when you right click on a project thumbnail in your gridder, you can click "Set html class & id".
Then enter the class: special-thumbnail
Now in "Lay Options" -> "Custom HTML & CSS" in "Custom <head> content" enter:
<style>
.special-thumbnail .title{
color: red;
}
</style>