Not signed in (Sign In)

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

    • CommentAuthortruemitra
    • CommentTimeSep 13th 2008
     
    Please Tell How To Disable the Date. I dont want to display date on any page. What should I do?
    • CommentAuthorDrakkim
    • CommentTimeSep 29th 2008
     
    In the folder for the theme you are using open the file "gallery.css"

    find lines similar to this (it may have a comma(,) or space and some more stuff, but the ".date" is important:
    .date
    {


    And add on the next line after:
    display: none;

    This will hide the date from display, but not 'remove' it