• Resolved Deb M

    (@papul)


    Hi there, First Thank you for a great theme and the extensive support you have provided in the support area.

    I am using Simple Custom CSS plugin and I need the CSS codes for following issues –
    1) HOME PAGE – Removing the post date & year.

    2) SINGLE POST PAGE –
    Removing the post date, year, post update date & author name below the Post heading.
    Hoping for a quick help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi papul. Welcome to the Hueman forum. Give these a try:

    /* remove post date on home page */
    .home .post-date {
        display: none;
    }
    
    /* remove author and date on single post */
    .single .post-byline {
        display: none;
    }
    Thread Starter Deb M

    (@papul)

    Thank you very much for this swift reply.

    Kudos to your efforts to make Humen theme perhaps the best theme functionally and support wise – all for free. Great service to so many bloggers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NEED CSS CODES’ is closed to new replies.