RSGallery2 Support Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : December 04, 2008, 04:43:38 pm
+  RSGallery2 Support Forums
|-+  RSgallery2 support forums
| |-+  Display and Templates (Moderators: Jonah, Tomislav Ribicic, Daniel Tulp, Ronald Smit)
| | |-+  Slide Show Image Name Font Size
Advanced search
  « previous next »
Pages 1
Author
Topic: Slide Show Image Name Font Size  (Read 2192 times)
« on: February 20, 2008, 10:27:46 am »
Chad Windnagle Offline
Newbie
*
Posts: 1



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:
Code:
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.

Logged
 
Reply #1
« on: February 25, 2008, 03:01:43 am »
Georgi Marinov Offline
Newbie
*
Posts: 6



Hi there. I assume  that you are using SlideShow_Parth. You can change appearance,colors,fonts etc by editing components/com_rsgallery/templates/slideshow_parth/css/jd.gallery.css

.jdGallery .slideInfoZone h2
{
padding: 0;
font-size: 100%;
margin: 0;
margin: 2px 5px;
font-weight: bold;
color: inherit;

This is for the bottom popup. Same applies for the upper one,  but you have to find the section by yourself.

Cheers

« Last Edit: February 25, 2008, 03:06:01 am by Georgi Marinov » Logged
 
Reply #2
« on: March 24, 2008, 02:26:28 pm »
Frank Offline
Newbie
*
Posts: 8



Additionally you can increase the text size for descriptions by looking at the next "object" below .jdGallery .slideInfoZone h2


.jdGallery .slideInfoZone p
{
   padding: 0;
   font-size: 100%;
   margin: 2px 5px;
   color: #eee;
}

This will allow you to increase the description text of semi-transparent bar while in slideshow mode using Slideshow_parth.
Logged

Frank Livermore, N9LT
 
Print  Pages 1
« previous next »
Jump to: