Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18373
    Billybob7522
    Member

    Hi I am wanting to remove the post date only. I want to keep the author date. What css do I need to add?

    #18383
    Sakin
    Keymaster

    @Billybob7522: You cannot remove just the date from CSS as there in no element to select it. So, the best option to modify it will be by building child theme and create functions.php file in your child theme and copy function catchevolution_posted_on() from catchevolution-functions.php and edit it as per your need.

    From CSS if you remove the Date, it will be as below:
    .entry-header .entry-meta .entry-date { display: none; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Post Date’ is closed to new replies.