Remove Date in Individual Posts

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

[class*="post__Date"] {
    display: none;
}
1 Like