I successfully removed the project title and navigation on portfolio pages but I'm unable to disable the extra white and grey space above the project container. It looks like there are some parallax scrolling settings there too. Thanks!
Almost got it. When I scroll down and move back up to the top of the screen there's still some grey area up there. Thanks for the speedy reply, I LOVE the theme!
Hi, I added that code, and I'm still seeing a white space at the top of every portfolio page. Did I do something wrong? When I inspect the elements, I'm not finding any solutions.
I successfully removed the project title and navigation on portfolio pages but I'm unable to disable the extra white and grey space above the project container. It looks like there are some parallax scrolling settings there too. Thanks!
Hey!
ThemeNectar Support Team
Almost got it. When I scroll down and move back up to the top of the screen there's still some grey area up there. Thanks for the speedy reply, I LOVE the theme!
Hey Again!
Please use an !important in there so it looks like this :
Thanks
ThemeNectar Support Team
Hi, I added that code, and I'm still seeing a white space at the top of every portfolio page. Did I do something wrong? When I inspect the elements, I'm not finding any solutions.
Sample Page
Here's the custom CSS code I've been using:
#footer-outer .row {
padding: 20px;
margin-bottom: -10px;
}
#portfolio-nav {
display: none!important;
}
.single-portfolio div.row div.col.section-title h1 {
visibility: hidden;
}
body[data-smooth-scrolling="1"] #full_width_portfolio .project-title.parallax-effect {
display: none;
}
body.single-post .post-featured-img { display: none!important ; }
.wp-caption {
max-width: 100%;
border: 0px;
background: #ffffff;
padding: 10px;
}
Hey Again!
ThemeNectar Support Team
Hmm...that didn't seem to work. Anything else I should try?
Thanks for your promptness!
Hey Again!
Thats weird, Please add this into the Custom CSS box located in your Salient Options panel :
Thanks
ThemeNectar Support Team