• Resolved Skrollen

    (@skrollen)


    Hey,

    Is it possible to remove the line under the title of a post, the one that looks like this:

    authour | 2016-01-26 | Uncategorized | Inga kommentarer

    Either through settings or by changing the css?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    What you need to do is:
    Go to Appearance -> Theme Options -> Styling Options -> Custom CSS
    Now add following code inside the Custom CSS box

    .post-info {
    display:none;
    }

    Click Save Changes.
    This should remove the line under the title of a post.
    Thanks!!

    Thread Starter Skrollen

    (@skrollen)

    This worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove author/date/category under title?’ is closed to new replies.