Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3614
    paigeohliger
    Member

    Hello, it is me again! We were wondering if there is any way to hide the byline on a post? I would like to hide all the writer icon, writer info, clock, date, comment icon and comments text from the actual posts (http://plantricious.com/the-nemo/) and from the “snippet” posts (http://plantricious.com/category/recipes-and-hints/). I would then like the actual post content (photos and/or text) to move up to that position (approximately 40 pixels) higher on the page.

    I have attached a screen grab, hopefully it make it through. Thanks again for all your help!!

    #3659
    Sakin
    Keymaster

    @paigeohliger: Just add the following css in “Custom CSS” box in your Theme Options Panel.
    .entry-meta { display: none; }

    #3664
    paigeohliger
    Member

    Done in the “Custom CSS” box, but the content on the pages still need to move up approx 30 pixels. Does the padding on the headline need to change? Or is there some other setting that needs to be adjusted?

    #3666
    Sakin
    Keymaster

    @paigeohliger : There is padding you can decrease that
    .entry-header { padding-bottom: 20px; }

    #3671
    paigeohliger
    Member

    That solution worked on the “category” pages which are posts (http://plantricious.com/category/recipes-and-hints/). But it did not work on the static pages (http://plantricious.com/how-it-works/) or the actual post pages (http://plantricious.com/test-strawberry-asparagus-salad/)

    #3672
    Sakin
    Keymaster

    For pages

    .page .entry-header {
    padding-bottom: 0;
    }

    But for post and category that should work fine

    .entry-header {
    padding-bottom: 0;
    }

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide Bylines on Posts’ is closed to new replies.