6 / 91
Add a Line Under the Breadcrumb
On Legacy SmugMug there was always a line under the breadcrumb. I thought it did a great job of breaking up the page to differentiate the breadcrumb (the navigation text showing where in the hierarchy you were) from the rest of the page. In the New SmugMug there is no separator after the breadcrumb. The following code adds a line under the breadcrumb.
/* Add a line under the breadcrumb */ .sm-page-widget .sm-breadcrumbs { border-bottom: 1px solid #595959; padding-bottom: 4px; }
- No Comments
All images © 2007-2021 Aaron Meyers