I was reading previous public tickets to try and find the answer to this already. I want the option to remove headers from all portfolio pages, posts and main pages.
I found this custom CSS from a previous ticket but found it only removed the heading and not the space or background colour.
Please can you tell me the CSS to remove all heading bars from each page?
Also if I want to remove this custom CSS at a later date how would I do so? Will it always be visible in the custom CSS panel and easy to remove or will it disappear if i log out?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
AH ok sorry I think I figured this out now. It was because some blog posts were not full width so they were displaying the heading still. Thanks for your help.
Hi,
I was reading previous public tickets to try and find the answer to this already. I want the option to remove headers from all portfolio pages, posts and main pages.
I found this custom CSS from a previous ticket but found it only removed the heading and not the space or background colour.
.portfolio-template-default #full_width_portfolio .project-title{
display: none;
}
Please can you tell me the CSS to remove all heading bars from each page?
Also if I want to remove this custom CSS at a later date how would I do so? Will it always be visible in the custom CSS panel and easy to remove or will it disappear if i log out?
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
AH ok sorry I think I figured this out now. It was because some blog posts were not full width so they were displaying the heading still. Thanks for your help.