Okay
  Public Ticket #289228
Extra content in project title area
Closed

Comments

  • Lauren started the conversation

    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!

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body[data-smooth-scrolling="1"] #full_width_portfolio .project-title.parallax-effect {
        display: none;
    }
    body .parallax_slider_outer.first-section {
        margin-top: 0px !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Lauren replied

    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!

  •  8,839
    Tahir replied

    Hey Again!

    Please use an !important in there so it looks like this :

    body[data-smooth-scrolling="1"] #full_width_portfolio .project-title.parallax-effect {
        display: none !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Lauren replied

    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;

    }

  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio .first-section {
        margin-top: 0px !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Lauren replied

    Hmm...that didn't seem to work. Anything else I should try?

    Thanks for your promptness!

  •  8,839
    Tahir replied

    Hey Again!

    Thats weird, Please add this into the Custom CSS box located in your Salient Options panel :

    #full_width_portfolio .project-title.parallax-effect {
        display: none !important;
    }
    

    Thanks


    ThemeNectar Support Team