Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Could someone tell me which part of the css makes the changes to the colour of the following text:

    (1 album)
    (7 pictures)

    The template is currently the default one and it shows up in a dark red.

    I want to change it to yellow.

    Can you help?

    Please
  2.  
    Anyone got any idea?

    Thanks
    •  
      CommentAuthorkimparsell
    • CommentTimeMay 7th 2008
     
    Depending on which template you are using, open the stylesheet and look for .meta-header. For example, in the default theme, the stylesheet has:

    .meta-header {
    font-size: 85%;
    padding: 0;
    margin: 0;
    color: #8b0000;
    text-align: center;
    }


    Change color: #8b0000; to whatever color you would like that text to be.
  3.  
    Thanks so much!!!

    Just done it and it works a treat!!

    Cheers!