• Can you please tell me how to remove the date and category at the top of each post? I am using the i-tramsformation template. Thank you.

Viewing 1 replies (of 1 total)
  • Hi orlisgal, you can remove them through the following codes in your CHILDTHEME’s style.css:

    For categories:

    span.categories-links {
    display: none;
    }

    For the date:

    span.date {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Date and category at top of each post’ is closed to new replies.