• Resolved nicoleb

    (@nicoleb)


    I couldn’t find this answered anywhere for this theme. What is the best way to remove the line that shows the date and author and comments from the top of the blog post?

    I also don’t want that info to show up on the blog post page that just shows the preview of the posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi There,

    Please use the following css to fix your issue;

    .entry-meta {
        display: none;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    And we are really sorry to inform you that we are little bit confused about your second issue, so could you please explain your issue with screenshots. We hope you understand.

    Thanks

    Thread Starter nicoleb

    (@nicoleb)

    Thank you. That worked for both.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove dates from posts’ is closed to new replies.