Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

RecentTags

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

    • CommentAuthorkmator
    • CommentTimeApr 29th 2007
     permalinkReport Post
    instead of removing the dates from the top of Posts, I would like to move them to the bottom of posts. Is this possible? If so, how can I do this?

    Thanks!
    -Mike
    • CommentAuthorDenis
    • CommentTimeApr 30th 2007
     permalinkBuy a DrinkReport Post

    It's not exactly easy... You sure you want to end up doing this?

    D.

    • CommentAuthorkmator
    • CommentTimeApr 30th 2007
     permalinkReport Post
    Ok, no problem on not moving it...how about making the font size smaller? If it is easy to do, let me know how. If it's hard, I'll just remove the date (already found the post on how to do that in the forum).

    Thanks Denis!
    -Mike
    • CommentAuthorDenis
    • CommentTimeMay 1st 2007
     permalinkBuy a DrinkReport Post

    resizing it is easy, using a custom.css file:

    .entry_header h2
    {
      font-size: 10pt;
    }
    

    D.