• Hi all,

    is there anybody out there to help decipher my code..

    i wish to remove the comment / date posted / catogories column from my site ….i am using monotone theme and i wish to remove this:

    By: secret

    Sep 07 2009

    Category: Uncategorized

    Edit This Post

    No Comments ?
    ………………

    https://www.thesecretcove.info

    I’m a newbie ??

    ………………..

    forever grateful.
    Lacie.

    No need to post your CSS, a link to the site is enough. – mod

Viewing 1 replies (of 1 total)
  • In your style.css file, either edit your existing “#postmetadata .sleeve” element to:

    #postmetadata .sleeve {
      display: none;
      padding: 10px;
    }

    … or add to the end of the file;

    #postmetadata .sleeve {
      display: none;
    }

    Both should work to make the text “disappear”.

Viewing 1 replies (of 1 total)
  • The topic ‘a SIMPLE problem …. please help me CODE POETS!! x’ is closed to new replies.