• I’m not sure if the theme developer of BOLDR still checks in here but I didn’t feel like registering at his support site so I thought I’d post here.

    I am trying to remove the date and author info on the front page and posts and also remove the space where those items show up. I added this custom CSS and the date/author is removed but the space still remains.

    .postmetadata .meta-date,
    .postmetadata .meta-author { display: none; }
    .post-contents { padding-left: 0; }

    I got these instructions from this post:

    https://www.iceablethemes.com/forums/topic/remove-date-author-box/

    If the theme developer or anyone else has an idea on how I can get rid of the empty space and move the content flush to the left side I would appreciate it!

Viewing 1 replies (of 1 total)
  • Theme Author Iceable

    (@iceable)

    Hi,
    The code you have found on the forum might have been specific to the OP’s site. Please try this instead to remove the meta boxes (date/author/comments) from the left and allow the post content to use the space on the left:

    .postmetadata { display: none; }
    .post-contents { padding-left: 0; width: auto; }
    .single-post .post-contents { margin-left: 0; width: auto; }

    If you still have any trouble or need additional help, please feel free to ask and don’t forget to mention a link to your site – having a look always allows to better help!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Date & Author Space’ is closed to new replies.