Okay
  Public Ticket #1751097
Header Drop Shadow
Closed

Comments

  • Tennett91 started the conversation

    I have another website that uses Salient as well, and the drop shadow for the header navigation shows up no problem.  I just installed Salient on a new website and I cannot seem to get the shadow to show.  I have selected "Header Box Shadow" - Large in the header and navigation settings.  Please let me know how I can fix this.  Thanks

  •  8,998
    Tahir replied

    Hey T,

    While using the Boxed layout its disabled. However you can add it using this css below.

    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):

    #boxed #header-outer[data-box-shadow="large"] {
        box-shadow: 0 3px 45px rgba(0,0,0,0.15) !important;
        -moz-box-shadow: 0 3px 45px rgba(0,0,0,0.15) !important;
        -webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Tennett91 replied

    That worked.  Thank you.