Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,

    Sorry for the delay. Would you be able to share a link to that category so I can provide you with some CSS?

    -Kevin

    Thread Starter sandywe

    (@sandywe)

    Sure
    Website: hiddenkeyescapegames.com
    Category: About Escape Games
    slug: about-er

    hannah

    (@hannahritner)

    Hey sandywe,
    This would hide the subhead from all your posts:

    .subhead {
        display: none;
    }

    And this should hide the date from your specific category:

    .category-about-er .postdate.bg-lightgray.headerfont {
        display: none;
    }

    You can paste those into your custom css box in Theme Options > Advanced Settings.
    Hope that helps!

    Hannah

    Thread Starter sandywe

    (@sandywe)

    Worked perfectly! Thank you!

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

The topic ‘Suppress Metadata by category’ is closed to new replies.