Remove "date / author / make a comment / category" from posts

Support Area Forums Foxy Remove "date / author / make a comment / category" from posts

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #19283
    Raymond Burgett
    Participant

    Hello, I wanted to remove the “date / author / make a comment / category” links that show up on the main posts page, and also the individual posts themselves. Not sure which set of code in the editor I should be looking in.

    #19284
    Bill Robbins
    Moderator

    Hello Raymond,

    Great question. You can hide that line. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      p.post-meta {
      	visibility: hidden;
      	margin-bottom: 0;
      }
      
    3. Update your settings.

    If you have any questions or trouble, let me know.

    Have a great weekend,
    Bill

    #19303
    Raymond Burgett
    Participant

    This worked perfectly. Thanks for the help, I appreciate it.

    #19305
    Bill Robbins
    Moderator

    Anytime Raymond. Let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove "date / author / make a comment / category" from posts’ is closed to new replies.