Hi @effess,
Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following styles:
.image-attachment .entry-container .entry-header h1.entry-title {
color: #26a4cd;
}
The above style will change all attachment page title to the same color specified as above, but if you want to have different color for different attachment page then you may need to specify ids or class.
For example, to have specific color in “Ibiza Travel Pillow & Sleep Mask” attachment page only, add the following CSS.
.image-attachment .post-2096 .entry-container .entry-header h1.entry-title {
color: #00ff00;
}
Regards,
Mahesh