Active
Project:
Cooliris (PicLens formerly)
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2008 at 06:20 UTC
Updated:
29 Nov 2008 at 03:16 UTC
Does anyone know where in the code I could make a change to the text size of the "Start Slideshow" link? It is tiny and this really cool feature seems to get lost as people don't know it exists. Any help would be greatly appreciated! Thanks-
Comments
Comment #1
dldege commentedThis can be changed in CSS.
The link is output as
You can simply set some CSS properties on that id in your theme's CSS
#piclenslite{font-size:2em;}Comment #2
superflyman commentedThanks! Great info!