Removing Time & Date from Blog Posts

Discussion in 'Poloray WordPress Theme' started by pkennard, May 18, 2013.

Thread Status:
Not open for further replies.
  1. pkennard

    pkennard New Member

    Joined:
    May 17, 2013
    Messages:
    10
    Likes Received:
    0
    Per this thread http://www.inkthemes.com/community/threads/hide-date-from-displaying-on-posts.1470/

    By adding this the time and date were removed however the blog title text is not left aligned such that it appears as though the date & time icons are just broken links / missing. How can I left align the title text on the blog post page and on the blog roll page such that it appears to not be missing due to a broken link?

    here is the current page for reference: http://homeloangiant.com/types-of-mortgages-and-loans/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .content-bar .post .post_date {
    display: none;
    }
    .content-bar .post .post_title {
    padding-left: 0px;
    }
    .content-bar .post .post_meta {
    padding-left: 0px;
    }
    This will solve your issue.
     
  3. pkennard

    pkennard New Member

    Joined:
    May 17, 2013
    Messages:
    10
    Likes Received:
    0
    That worked, thank you Piyush!
     
Thread Status:
Not open for further replies.

Share This Page