Remove meta line on the top of blog posts

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Remove meta line on the top of blog posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13270
    kgruen
    Member

    Hi,

    How do I remove the list of meta information above every single blog post?
    I’d like to remove the line “On: Apr 1 / Author: Keith….”

    I’d also like to remove the breadcrumbs.

    Thanks in advance for your tips.

    http://www.ysura.com/12-nationalities-among-19-people-chaotic-creative-or-clever/

    #13281
    Veena
    Moderator

    Pls include the below custom CSS in themeoptions –

    .single-post #breadcrumbs {
      display: none;
    }
    .single-post #content .hentry .entry-meta {
      display: none;
    }
    
    #13337
    kgruen
    Member

    Thanks, this works.

    Now what if I just want to show the date and the author but leave off the other metadata?

    Also, is this documented anywhere? I’d be happy to try to solve this on my own without having to write to you. Perhaps you could point me in the right direction to find more information about how to adjust the CSS myself. Where is the master CSS data that I am overwriting here?

    #13352
    Veena
    Moderator

    The stylesheet called style.css, which controls the presentation of the website pages.And we are overriding these styles using custom CSS.

    Pls go through this post –

    http://support.livemeshthemes.com/faqs/how-to-fix-a-few-styling-issues-instantly-using-chrome-developer-tools/

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.