Viewing 6 replies - 1 through 6 (of 6 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello crystalbasics,

    Add below code into active child theme’s style.css file.

    Note : Don’t modify your theme. Use child theme for any modification.

    
    .entry-datetop,
    .entry-footer-wrapper .posted-on,
    .entry-footer-wrapper .cat-links {
     display: none;
    }
    

    Hope this will helps you.

    Thanks!

    Thread Starter KristiHugs

    (@crystalbasics)

    Good Morning,
    Thank you! It did remove the date from the top, but not the category (still at the top above the title). I am grateful for your help!

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello crystalbasics,

    Sorry for late response. Try below css code.


    .entry-datetop,
    .entry-cat,
    .entry-footer-wrapper .posted-on,
    .entry-footer-wrapper .cat-links {
    display: none;
    }

    Hope this will helps you.

    Thread Starter KristiHugs

    (@crystalbasics)

    Perfect! thank you!!! you rock ??

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @crystalbasics, Good to see that our provided solution worked for you. Can you please mark as “Accepted Solution” to make my put in efforts worth.

    Thread Starter KristiHugs

    (@crystalbasics)

    Good Morning,

    Accepted Solution. Marked as resolved. Thank you again!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing date on posts’ is closed to new replies.