Before you ask please READ THIS

How to change the font or font size for photo names in fullscreen albums?

edited March 2013 in Spaceship Posts: 1

Hi,

I am looking for a way to change the font for photo names that are displayed in my fullscreen album. I could not find the appropriate entry in the css file.

And: Is it possible to change the size of the photo description box (which is visible when using a background color)?I would really appreciate your help. Thanks! Philippe

Comments

  • AirAir
    Posts: 10,970
    Hello

    Changing font
    This are current styles for this element

    #slide-text .caption {
    font-size: 30px;
    font-weight: bold;
    }
    Add to it font-family, as you wish.

    This current settings for size of this area

    #slide-text {
    bottom: 200px;
    left: 40px;
    padding: 10px;
    width: 50%;
    }
    So you can change it as you like.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion