Okay
  Public Ticket #362478
Thin line at bottom of header is gone
Closed

Comments

  • Brian started the conversation

    I know I've seen it before but can't find where to set the thin line at the bottom of the header to "on".

  •  8,848
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #boxed #header-outer {
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22) !important;
        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22)!important;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22)!important;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team 

  • Brian replied

    That didn't seem to work.

  •  8,848
    Tahir replied

    Hey Again!

    Seems to be working when i add it to the live browser, see screenshot: http://prntscr.com/62ywb6 . Please be sure to clear your cache via the Plugin settings.

    Thanks


    ThemeNectar Support Team 

  • Brian replied

    There is an error "expected COLON at line 57": http://prntscr.com/637jfm . Not sure how to fix this.


    Let me know, thx!

  •  8,848
    Tahir replied

    Hey Again!

    The divider-border has no ending brace like this "}" .

    Thanks


    ThemeNectar Support Team 

  • Brian replied

    Thanks for that.

    Regarding the header line... I think because my monitor is getting old, I can barely see it. On my laptop I can see it easily. I did change the css to:

    body #boxed #header-outer {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.16) !important;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.16) !important;
    }

    which makes the bottom line slightly more visible.

    thx again for your help