Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10421
    13alaise
    Member

    Hi,

    I’d like to hide those elements from the pages (http://www.13alaise.com/actualites/ and http://www.13alaise.com/13alaise-salon-creamarket-2013/).

    Can you guide me on this?

    Regards,

    Germain

    #10464
    Sakin
    Keymaster

    @13alaise: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-meta { display: none; }

    #10467
    ciao
    Member

    I just deleted the 30th line in the file content.php:
    <div class=”entry-meta”>
    <?php catcheverest_header_meta(); ?>
    </div><!– .entry-meta –>

    #10474
    Sakin
    Keymaster

    @ciao: Oh don’t delete any core theme files. If you want to delete the core theme files then build child theme and then copy content.php in your child theme and delete the code. As the change you made in code theme files will be reverted back when you perform update to the theme.

    #10805
    13alaise
    Member

    Thanks!

    Germain

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide author, comments and time’ is closed to new replies.