Hi ramchander,
For Classic layout
1. Open file "\aspgallery\resources\Layout\Classic\Style.css"
2. Find section below
.GalleryItemText
{
font-size:9pt;
width:136px;
display:inline-block;
overflow:hidden;
}
3. It is the image name style settings, you can change the color there directly, like
.GalleryItemText
{
color:Red;
font-size:9pt;
width:136px;
display:inline-block;
overflow:hidden;
}
Regards,
Ken