Okay
  Public Ticket #259445
Header line/drop shadow
Closed

Comments

  • Sinead started the conversation

    Hi there,

    1. I'd like to remove the line/drop shadow from the header section.

    2. Remove the grid icon navigation from the LHS of the portfolio page.

    3. Move the portfolio title to the left rather than be centred.

    Thanks so much!!!!!

    Cheers

    Sinead

  •  8,839
    Tahir replied

    Hey!

    Please provide site url so i can write up css in live browser. 

    Thanks.


    ThemeNectar Support Team 

  •   Sinead replied privately
  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    div#header-outer {
        box-shadow: none;
    }
    #portfolio-nav #all-items a i {
        display: none !important;
    }
    .single-portfolio .row .col.section-title h1 {
        text-align: left !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Sinead replied

    Great. 
    The portfolio title isn't aligning to the left though. There's a space from where the portfolio nav was?

  •  8,839
    Tahir replied

    Add in this as well:

    body .project-title .section-title {
        padding: 0px!important;
    }
    

    Cheers


    ThemeNectar Support Team