English  Italiano  Français  Español  Dansk  Deutsch  Deutsch  Português  Suomi 
Video Lightbox

Is it possible to change color of titles in lightbox video player?

May 03, 2012

Q: Hi I am trying to use the VideoLightBox and I am using the trial to see if I can set up my gallery. I have looked at the css but I cannot work out how to change the color of the text from blue to white? I have worked out other issues in Css to customize but I cannot see where the color of the text is set in the css?? Please can you help?? Then I can use it.

A: To change color of titles you should open generated "videolightbox.css" file in any text
editor (for example, Notepad), find following lines:

.videogallery a {
    color: #333333;
    display: inline-block;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    margin: 3px;
    opacity: 0.87;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 160px;
}


and change value of "color" parameter.

Notice, you should use "Thumbnails titles->text" mode in this case .If you'll use "Thumbnails titles->graphic" mode, titles will be part of your images and you'll be able to edit them in a graphic editor only.

Related