Re: Change Image Font color

  •  07-09-2012, 1:35 PM

    Re: Change Image Font color

    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 
     
View Complete Thread