Remove Data, Date Author Portfolio
Hello I removed all options in Theme options for not showing the Author , date and Category, i would also like to hide Title,
but its still shows, what am i doing wrong? I read some other post where was the same problem but no solution written. Thank you
but its still shows, what am i doing wrong? I read some other post where was the same problem but no solution written. Thank you
Comments
please send us link to page where you want to remove those details and we will help you.
.single-portfolio .post-meta { display: none !important; }
.single-portfolio .single-photo-wrapper { display: none !important; }
.single-portfolio .project-description { display: none !important; }
.section-post-related .post-related .date_label { display: none !important; }
.section-post-related .post-related .image_frame { display: none !important; }