Example Ad #1 (only visible for logged-in visitors)
This article covers the general styling used across the site. Specific template or element styling may be covered in their own posts. All Custom CSS is in the Customizer > Additional CSS.
Example Ad #2 (only visible for logged-in visitors)
Theme Elements
Navigation underline
Add shadow border to navigation to match sticky navigation.
.main-navigation {
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}
Navigation Search
Add background color to Navigation Search
.navigation-search {
background-color: #fafafa;
}