Header
Description
The header usually sits at the top of the site. It looks the same throughout the entire site and is the main way visitors navigate. It contains the site title and header navigations.
Custom CSS
For style changes across multiple pages, add the code snippet to your Custom CSS panel and each page will be updated.
Advanced Code Injection
For style changes on one page, add the code snippet to the page Advanced Code Injection so only that page will be updated. Enclose your code in style brackets like this:
<style> .header { } </style>
Custom CSS
7.1
To target the entire header
#header { }
7.0 Brine Template
To target the entire header
.header { }