/* If the footer has a class "site-footer" */
.site-footer {
    display: none;
}

/* If the footer has an ID "footer" */
#footer {
    display: none;
}

body {
    background-color: #000000 !important;
    color: #ffffff;
}

a {
    color: #ffffff !important;
    text-decoration: underline;
}

.entry-date, 
.post-date, 
.published, 
.meta-date, 
.date {
    display: none !important;
}

time.dt-published a {
  text-decoration none
}

a .dt-published {
  text-decoration none
}