Okay
  Public Ticket #1177374
Remove Date in Blog
Closed

Comments

  •  2
    Dan Chripczuk started the conversation

    Want to remove the date in Blog and also remove left padding for less white space, and more content on either PC or mobile. Would also like to add date below title instead. Let me know if any or all of these modification are supportable.

  •  840
    Jelly replied

    Hi,

    You can remove the date with this custom style:

    .post .date, .page .date {
        display: none;
    }
    

    But to change it to full width, you will need custom theme file with your self. You can check these page below:

    index.php and page.php

    Best Regards,
    Jelly Team