CSU Library Website Customization

Documentation of CSU Primo and LibGuides customization

Customize Site Overall Look

Login as the site admin and click Appearance and customize. We changed the all buttons from default black to CSU dark green. 

We used list UL LI for footer links. 

appearnace

Then we use CSS to style these footer links. The power by Omeka is added by the program. 

Footer links

We used the code to hide it. If you add any text in footer in the future, please do not put in <p></p> tag. Because of the code below, you won't see the code you added. 

#footer-text p {  visibility:hidden  }

footer without powered by omeka text

Homepage Main Content

Main text on the home page is added under Homepage Text. Adding the image is explained in Images section. Note: We can not reuse the same item from Omeka server because there's no stable link to the image on the Omeka server. 

home text area

 

 

 

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