ITS DONE, http://sevenstarfoods.in/products/custard-powder/ please check this page, there is two title in this portfolio page, how to remove title after sub header ? or how to remove title in subheader ? i want to keep sub header image, i just don't want title in sub header and after sub header.
Comments
please send us link to page/s where you would like to remove those details.
.single-portfolio .post-meta .author-date { display: none !important; }.single-portfolio .project-description { display: none !important; }
.single-portfolio .single-photo-wrapper.image { display: none !important; }.single-portfolio.hide-love .post-header .title_wrapper h1 { display: none !important; }but to remove subheader's title, please use:.single-portfolio #Subheader .title { display: none !important; }.single-portfolio .post-header { display: none !important; }