Home › Forums › Theme support › portfolio: Works: and Created: to no longer be displayed › Reply To: portfolio: Works: and Created: to no longer be displayed
Hi,
you can use this CSS code:
.portfolio-single-content.two_third {
width: 100%;
float: none;
}
.portfolio-single-details.one_third_last {
display: none !important;
}
Add this code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content, it will remove the right column with the “Works” and “Created” words.