Change Image Font color

Last post 08-07-2012, 3:54 AM by thamarre. 2 replies.
Sort Posts: Previous Next
  •  07-05-2012, 10:57 AM 74085

    Change Image Font color

    Hi,
     
    Please can anyone help me with changing the font color of image from black to other color (ex. Yellow)
     
    Thanks
     
    Ram

    Ramchander Pamidimukkala
  •  07-09-2012, 1:35 PM 74108 in reply to 74085

    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 
     
  •  08-07-2012, 3:54 AM 74352 in reply to 74108

    Re: Change Image Font color

    i see
View as RSS news feed in XML