Before you ask please READ THIS

Need help with album titles.

edited January 2013 in Hypershot Posts: 37
Hi,

I need to know if the titles of the albums that are visible in bricks, can be set such that only the first alphabet is capital and not all.
Example. My album name is "Photos" but it shows up as "PHOTOS"

Thanks.

Comments

  • AirAir
    Posts: 10,970
    Hello,

    To remove upper case form use this Custom CSS

    .albums .item h2, .albums .brick h2 {
    text-transform: none;
    }
    With regards.
  • edited January 2013 Posts: 37
    Hi,
    Thanks that worked. as always great support. thanks .
    I had few more related query.
    1. How to make the same text to be not bold.
    2.Also for the short description text which shows up under images if put in "image name" place, id like it to be not bold.
    2. Also i would like the footer text to not be full caps.
    Thanks.
    Post edited by PratikJ on
  • AirAir
    edited January 2013 Posts: 10,970
    Hello.

    1.
    .albums .item h2, .albums .brick h2 {
    font-weight: normal;
    }
    2. I think you mean this
    #slide-text .caption{
    font-weight: normal;
    }
    3.
    #footer {
    text-transform: none;
    }
    With regards.
    Post edited by Air on
  • Posts: 37
    1. It worked. Thanks.

    2/3. Doesnt seem to work. Here are screenshots -
    http://i47.tinypic.com/hwx0l2.jpg
    http://i47.tinypic.com/245ca43.jpg
  • AirAir
    edited January 2013 Posts: 10,970
    Sorry 3 dont work cause I placed dot. before #footer. Fixed it, you should also ;-)

    2. OK i though about different title. Use this
    .nyroModalTitle {
    font-weight: normal;
    }
    With regards.
    Post edited by Air on
  • Posts: 37
    Yup it all works.
    Thanks
  • Posts: 27
    Hi
    How to make post titles to be not CAPITAL letters in Blog page
  • Posts: 27
    thanks
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!