dailylit

Read books by email or RSS.
FAQ | Blog | Learn more »

Welcome, guest!
Log in | Register to join DailyLit.

avatar

moogboy is not currently reading any books.

I’m male, from the United States. I’ve been a DailyLit member since May 16, 2008. My reading interests include adventure.

1My Recent
Posts

Browse all forums

Help - Customizing Bookroll

Thanks, cresswga for trying to tackle this technical question for danahuff. You were really close, but the correct CSS for changing the font size of "My DailyLit" is:

.dailylit-banner a { font-size: 12px;}

And the 12px can be changed to whatever size you desire.

@danahuff: what cresswga is showing you here is that you do have control over how our blogroll looks with CSS. What you can do to customize any part of it is to look at the HTML source for your blog roll once you have added our JavaScript to you HTML document. What's happening is that we are sending over HTML through that JavaScript you paste into your document, so you can't see that HTML till you render the document in a browser. All of the elements of your blog roll will have classes like: dailylit-banner, dailylit-link, dailylit-book, etc.

These are totally customizable by you through CSS.

Hope this helps! And, thanks again cresswga!

Cory