CSU Library Website Customization

Documentation of CSU Primo and LibGuides customization

Change breadcrumb divider style

 

Change breadcrumb style

Add the following code to our custom css (libguides2018.css)

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #1e4d2b;
    content: " > ";
}

.dslc-modules-section a {
    border-bottom: none;
    font-size: 14px;
    color: #1e4d2b;
}

URL: https://libguides.colostate.edu/web_customization | Print Page