Border Style - Page Sections and Full Site


Plugin Details

Add a border style around the entire site and between page sections.

Compatibility

  • Works with Squarespace 7.1

  • Uses Custom CSS


Add to Custom CSS

// PAGE SECTIONS AND FULL SITE - BORDER STYLE - GHOSTPLUGINS.COM //

.page-section { 
  border-bottom: 1px solid #000; 
}

main, footer { 
  border-left: 1px solid #000; 
  border-right: 1px solid #000; 
  border-bottom: 1px solid #000;
} 

Customizable Options

  • Border Stye (Page Section)

  • Border Stye (Full Site)

Notes

For the header, you can add a border style in Squarespace settings.

Border applies to the edge of the site and between normal page sections.


Previous
Previous

Border Style - Mobile Menu

Next
Next

Rounded Corners - Page Section (Inset)