How to Remove love-button and Title at Single Portfolio Page?



Hi, 
I have Some Questions for codes from here.
I tried 

.post-meta .author-date { display: none !important; }
.section-post-related .post-related .date_label { display: none !important; }
.single-portfolio .post-meta { display: none !important; }
.single-portfolio .single-photo-wrapper { display: none !important; }
.single-portfolio .project-description { display: none !important; }
.fixed-nav-prev .desc .date { display: none !important; }

this code and other many code.
I removed Date & Social Icons finally, but title and love-button still at there.


image

There are Title and Credits at Right side already. 
So I don't need to display double title.
I want to remove them, the title and love-button at top of the Single portfolio page.

Comments

Sign In or Register to comment.