Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6763
    GLR
    Member

    How do I remove poster name, date and category on my blog page?

    I also want to remove the line under the post: no discussion possibility (in dutch: Er is geen reactiemogelijkheid)

    please advise

    http://giantleaprocketry.nl/nieuws

     

    #6773
    aliciareyes
    Member

    .entry-header .entry-meta { display: none; }

    Copy this on style CSS, it removes the post header, unfortunately it does not remove the category..

    i would love to know the CSS instruction that removes poster category

    #6782
    GLR
    Member

    Thaks but this did not work for me. Can it be because I use a ‘blog in blog’ on this page?

    [blog_in_blog tag_slug='nieuws' pagination=off template=my_post_template]

    #6804
    Sakin
    Keymaster

    @GLR: Just add the following CSS in “Custom CSS” box in Theme Options panel.

    .post .post-headline small { display: none; }
    .post .post-comments { display: none; }

    #6805
    Sakin
    Keymaster

    @aliciareyes: Please don’t edit style.css or any other theme file directly, as your edits will be overwritten when you update the theme. For css you can simply add in “Custom CSS” box in Theme Options panel, this way your edits will always stay.

    Send me your site URL and then I will send you the css code to hide it.

    #6818
    GLR
    Member

    Sakin, thanks man! works perfect. One more question; is there any way to change the blue color of the post headlines and the links?

    #6887
    aliciareyes
    Member

    Thanks Sakin, here is my website http://www.olympocapital.com

    i tried footer .entry-meta { display: none; } and nothing happened

     

    #6894
    Sakin
    Keymaster

    @aliciareyes: there is space between footer and .entry-meta in your code. Remove that and it will be fine. Add like below:
    footer.entry-meta { display: none; }

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove post name, date, and category’ is closed to new replies.