Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Remove Author and Category from Post (leave date and reply) #15949
    bodenst3
    Member

    The below will remove the author:

    Go to:

    1. Appearance
    2. Theme Options
    3. CSS
    4. Enter the below code into the CSS text area:

    /* Title as Italic */
    .entry-header .entry-title { font-style: italic; }
    /* Hide Author */
    .entry-meta .by-author { display: none; }

Viewing 1 post (of 1 total)