| Author |
Post |
|
|
#1 Mon Jul 19, 2010 6:00 pm
|
|
Member
Registered: Jul 2010
Posts: 2
|
This is me probably missing the utterly obvious, which is something I do.
I'd like to increase the font size of the "<<Prev", "Next>>" and "Close X" navigation links in the overlay to the same size as the "Image X of X" but am not seeing where that is set in either options or in CSS (unfortunately inspecting elements with the Web Dev Toolbar does not work with the overlay).
Any guidance on where I might be able to increase font-size of those ellements would be much appreciated.
|
|
|
#2 Mon Jul 19, 2010 6:23 pm
|
|
Administrator
Registered: Aug 2008
Posts: 1530
|
The text on the English version of the control buttons is part of the background image for those controls (which are actually anchor elements). So to make the text larger, you have to draw your own custom control graphics and modify the css to use those new images. If the background images are of different size than the originals, the sizing in the css will need to be adjusted as per the comments in the css file. Sorry, no quick "font-size=" setting for these.
|
|
|
#3 Mon Jul 19, 2010 7:43 pm
|
|
Member
Registered: Jul 2010
Posts: 2
|
Makes perfect sense. Thanks for the guidance 
|