Hi,
I can’t remove the dates from the image detail view even though I went to: Theme Options -> Custom post type options -> Remove post dates = On.
I currently have the following css:
.home #footer{
display:none !important;
}
.testimonial-text.text-large > p {
font-size: 20px;
}
#breadcrumbs {
display: none;
}
/*
.heading-text, #breadcrumbs{
display:none !important;
}
*/
.single-portfolio-split figure.media-wrap img {
width: auto!important;
}
article.type-portfolio figure.media-wrap {
width: 50%;
}
/*
.single-portfolio figure.media-wrap{
width:56% !important;
}
.single-portfolio .page-content{
width:44% !important;
}
*/
/* Font size of date in detail post*/
.item-details time {
font-size: 16px;
}
/* Font size of text in detail post */
.single-portfolio .content-wrap p {
font-size: 16px;
}
.page-id-13068 .entry-title,.page-id-13073 .entry-title,.page-id-13071 .entry-title{
display:none !important;
}
.entry-title{
color:#ffffff !important;
font-size:20px !important;
}
body.single-portfolio article.type-portfolio {
width: 50%;
margin: 0 auto 100px auto;
}
—
I tried to remove:
.single-portfolio .content-wrap p {
font-size: 16px;
}
But it did not make a difference.
Any ideas?