Q
I want to customize books in a Books from the Catalog box? How do I do that?
Last Updated: May 08, 2012 | 383 Views
Was this helpful?
0
0
A
Answer
You sure can!
Here's how:
1. LibGuides Users - Navigate to your Custom JS/CSS Code Section (Admin Stuff > Look & Feel). System-Wide Changes
2. CampusGuides Users:
- System-Wide Changes: Navigate to your Custom JS/CSS Code Section (Admin Stuff > Look & Feel).
- Group-Level Changes: Navigate to your Custom JS/CSS Code Section for that Group (Admin Stuff > Groups > Settings > Group Look & Feel).
- Guide-Level Changes: Navigate to your guide > Guide Look & Feel (Orange Command Bar) > Custom CSS/JSS Area.
Insert the following code between <style> tags. Here are some examples:
1. Changing the Book Title Font Size & Color:
<style>
.book_title {font-size: 18px; color: red; }
</style>
2. Adding a Border around Book Cover:
<style>
.book_cover {border: 1px solid; }
</style>

Get help with:
LibGuides
LibGuides CMS
LibAnalytics
LibCal
Training
Community
BestOf
Talk to Us
