Before you ask please READ THIS

Customizing Album Captions

edited January 2013 in Hypershot Posts: 12
Hello !

I would like to customize album captions : background, alpha, margin, align, font and links...
But it seems it's all in JS, so I'm a little lost :)

Which terms should I use in "PC Custom CSS" ?

thanks!!

Comments

  • Posts: 12
    I found

    #slide-text {
    }

    and

    #slide-text .caption {
    }

    And for the "button" (call to action who opens the caption in an album) ?

    Thanks !
  • AirAir
    Posts: 10,970
    Hello :-)
    I think you are interested in span#show-text :-)

    Btw in most browsers after clicking F 12 you can enable tool that will help you detect CSS selector for each element.

    With regards.
  • Posts: 12
    oh yes ! thank you
  • Posts: 12
    I'm sorry I have searched but I could'nt center the span#show-text
    Here is what I have in my custom CSS :

    #show-text { font-size: 17px; background: none; box-shadow: 0 -1px 2px rgba(0,0,0, 0.10); } span#show-text { float: center; background-color: rgba(0,0,0,0.8); padding: 10px 15px 5px 15px; } #text-controls { z-index: 2; position: fixed; bottom: 0; left: 50%; width: 100%; }

    I tried position: relative, position: absolute, margin: auto... float: center doesn't work neither...
    span#show-text.png
    1343 x 1082 - 2M
  • AirAir
    Posts: 10,970
    You can't center this element.

    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!