stevenlampagelines 0 Report post Posted January 12, 2011 Is there a way of increasing the font size in the carousel? I've changed the thumbnails to 150x150, but the font is still sized to go with the 64x64 default. Share this post Link to post Share on other sites
Kate 3 Report post Posted January 12, 2011 Do you have a link, Steven? Share this post Link to post Share on other sites
stevenlampagelines 0 Report post Posted January 12, 2011 Yes, ncontxt.slrli.com Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 12, 2011 This CSS selector would do. You can paste into the custom css area or add it to your base.css/custom.css `#carousel .content ul li a span.list-title {font-size:13px;}` Just adapt the px size accordingly. Share this post Link to post Share on other sites
stevenlampagelines 0 Report post Posted January 12, 2011 Thanks Adam, that works ^.^ Share this post Link to post Share on other sites