Yes, I would like to see this feature. It could be used in a variety of ways...posting on another webpage, added to a feed box within a specific libguide for what's new in this guide, or someone can signup for link updates only, etc.
Oh, you're right, I missed the link descriptions, sorry. You should be able to add "linkdesc" to take care of that...
.resdesc, .linkdesc { font-size: 12pt !important; }
JC
Thanks! That works fantastically for the books descriptions. There seems to be a separate class governing the descriptions in Links & Lists boxes--any idea which class that is?
Hi Julie,
Yes, here is some CSS (that increases the font size to 12pt) that you can add to your custom HEAD section that will allow to change the style for all of the descriptions...
.resdesc { font-size: 12pt !important; }
(make sure you put it…
Hi all--
I'm noticing that guides from some other institutions are styling the Description areas on their specialized box types like Links & Lists and Books from the Catalog.
My question has two parts.
1) How are you doing this? Are you using some…
Hi Julie,
I am glad that you are enjoying the new RSS feeds. When we created the feeds we assumed they would primarily be used by patrons and students, who would not want to be notified every time a link was added to a page. So that is the reason w…