Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to start editing your theme’s template files.

    You have two post meta areas one at the top and one at the bottom of the theme.

    Top:

    .entry-meta-default {
       display: none;
    }

    Bottom:

    .entry-utility .entry-meta {
       display: none;
    }

    This would go at the end of the style.css file, and will turn them off site-wide anywhere those classes are used.

    HTH

    David

    Thread Starter TinPianoMan

    (@tinpianoman)

    Hi David
    Man, that’s awesome. It worked a treat. I spent over two hours trying to fathom that for myself. Thanks for your time and trouble. Much appreciated.

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

The topic ‘Raindrops theme: How do I removed entry-meta?’ is closed to new replies.