Hello!
I am trying to figure out how to change the font size of the image name when viewing images through the slideshow function. Here are some of my site configurations if needed:
RSGallery2 Version: 1.14.1 (SVN 587)
Joomla! Version: 1.0.13 Stable
I am using the default RS2 Template as well.
I've searched around different css files in these directories:
/components/com_rsgallery/
/administrator/components/com_rsgallery
but have been unable to find the correct line of code. I've checked the div using Firebug, and here is the code that defines that styling:
Div Class:
<div class="rsg2-clr"/>
CSS Style:
element.style {
font-size:24px;
text-align:center;
As I said, i've searched some myself and haven't found anything, so I am hoping you wonderful people might offer me some assistance.
Thank you for your time.