Re: Image text color

  •  07-09-2012, 12:55 PM

    Re: Image text color

    hi ramchander,
     
    1. Open file "\CuteSoft_Client\Gallery\Layout\Classic\Style.css"
     
    2. Find section below 
     
    .GalleryItemText
    {
    font-size:9pt;
    width:136px;
    display:inline-block;
    overflow:hidden;
    }
     
    3. It is the file name style setting, you can set the color there directly, like
     
    .GalleryItemText
    {
           color:Red;
    font-size:9pt;
    width:136px;
    display:inline-block;
    overflow:hidden;
    }
     
    Regards,
     
    Ken 
View Complete Thread