Quote Originally Posted by nfallat View Post
Does anyone know how to remove the Date/Time that is right below the heading? Version 1.3.8a

http://www.findmypromdress.com/
open includes/templates/comstock/css/stylesheet.css

find the following declaration and add the highlighted portion:

.date {
display:none;
margin: 0 50px 0 0;
padding-right: 5px;
float: right;
color: #000;
font-weight: bold;
text-align: right;
font-size: 1.2em;
line-height:normal;
}