Remove date and author (Chateau theme)

  • Unknown's avatar

    Hi,
    please, I need help, and fast! I’m an absolute amateur, so please feel free to talk to like the technical idiot that I am.

    What I want: have date of publication + author NOT shown on blog.

    Have no idea to go about it. Upgraded in order to have access to CSS, but don’t even know what that is…

    Can somebody PLEASE talk me through this, step by step? I would be eternally grateful.

    So many thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, rschinske! No problem. You can add the following to your css.

    To remove the date:

    .hentry .post-date { display: none; }

    To remove the whole line with author and category:

    .post-info p { display: none; }

    To remove just the ‘by [Author]’ part and leave the category line:

    .by-author { display: none; }

  • Unknown's avatar

    hi, when I remove the author and category, the comment liner goes missing :(

    Anyone can help on this?

    I used the below code..

    To remove the whole line with author and category:
    .post-info p { display: none; }

  • Unknown's avatar

    I see what you mean. Unfortunately, in this theme, that whole section (date, author, category, leave a comment) is wrapped in the post-info div, and the individual pieces inside aren’t given individual divs.

    You could remove the author name and the category name using individual tags and css, but you couldn’t remove the “Posted by” and “in” parts. Sorry I don’t have better news for you!

  • The topic ‘Remove date and author (Chateau theme)’ is closed to new replies.