Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24951

    Hi Guys,

    I would like to ask for assistance: I would like the Comment/Date to NOT APPEAR under post title. I am using the post slider in my welcome page and would like my post/blog to appear like a news feed without the said elements. Please help.

    Best regards,

    Gurmit

    #125289

    Hi,

    Please add this css to you /css/custom.css

    #top .slide-meta {
    display: none;
    }
    #top .slide-entry-excerpt {
    padding-top: 20px;
    }

    You can change the padding in my code to increase/decrease space in place where the date used to be.

    Thanks,

    Nick

    #125290

    Hi Nick,

    Your css code works like a charm! Thank you so much!

    Best regards,

    Gurmit

    #125291

    Glad you are back on track. Enjoy the theme!

    Thanks,

    Nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Comment/Date under Post Title’ is closed to new replies.