How-to hide information from WordPress posts
And get a clearer website…
You just have to add these lines in the CSS edit window:
#content .entry-details {
display: none;
}
#content .entry-header, #content .entry-content {
width: 100%;
}
How-to hide information from WordPress posts
And get a clearer website…
You just have to add these lines in the CSS edit window:
#content .entry-details {
display: none;
}
#content .entry-header, #content .entry-content {
width: 100%;
}