• Martinl276

    (@martinl276)


    Hi

    Great theme, but how do you hide or remove the Author, Date and Edit in the archive and single post?

    Thanks for any help you can give
    Martinl276

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

    (@jmeyer2485)

    In your Child Theme or CSS Editor try the following:

    .entry-meta {
        display: none;
    }

    Folder accelerate/content-single.php

    Comment this line : <?php //accelerate_entry_meta(); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide or remove Author, Date and Edit’ is closed to new replies.