Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ninelives1980

    (@ninelives1980)

    It’s viewable at https://songspursuit.com/history/

    I’ve researched and try to debug using Firebug for 4 hours now – no results – managed to track down to these codes in layout.css (which I then edit by changing ‘display’ to ‘none’ in both parent & child theme but neither do work)

    .type-post .meta {
    display: block;
    float: left;
    width: 11%;
    }

    Thread Starter ninelives1980

    (@ninelives1980)

    ok it worked – but now the texts are not aligned to the centre though the sidebar is gone

    I’m not sure why this is posted in WooCommerce, but if you want to remove that entire date block, add this to your child theme style.css file:

    .type-post .meta .day, .type-post .meta .month, .type-post .meta .year {
        display: none;
    }

    Thread Starter ninelives1980

    (@ninelives1980)

    yea did that, and the texts now are not aligned to the centre but to the right ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to hide the date of post from post page?’ is closed to new replies.