Add a Shadow to the Header

Create depth on the navigation header with this CSS code:

Copy Code Example
/* Header Shadow */
header#header {
    box-shadow: 3px 4px 5px rgba(0,0,0,0.5);
}

    
Previous
Previous

Remove Faint Line Between Full Screen Sections in Squarespace

Next
Next

Add White Border to Image Block 7.1