Home Forums Theme support lobster theme portfolio post Reply To: lobster theme portfolio post

Hi,

you can remove it with css code. Please add this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

.portfolio-single-details {
    display:none;
}
.portfolio-single-content {
    width:100%;
    float:none;
    margin-right:0;
}