Caption

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Tue Jun 15, 2010 9:30 pm
I read some of the other posts on the forums about Captions and I have no trouble getting the captions to show up. My issue is with the captions being way too large and also the captions capitalize every letter. You can see the issue on my site at http://www.fairratings.org/movie-scenes/the-academy-first-10-minutes. Thanks in advance for your help.
User avatar
Fresh Boarder

teitbite
Wed Jun 16, 2010 12:11 pm
Hi

Please take a look at class:

Code: Select all
.img_caption {
color:#888888;
font-size:70%;
font-weight:bold;
text-shadow:1px 1px 1px #FFFFFF;
text-transform:inherit;
}


file http://www.fairratings.org/templates/gk ... joomla.css
User avatar
Moderator

GK User
Wed Jun 16, 2010 1:34 pm
Thank you. I'm not sure if my code got changed when I installed a plugin or how it got changed. Below was my code.

Code: Select all
.img_caption { color: #666; margin-bottom: 10px; color:#888; font-size:90%; font-weight:bold; text-shadow:1px 1px 1px #fff; text-transform:uppercase; }


I reduced the font size and I also changed the text-transform from uppercase to inherit.
User avatar
Fresh Boarder

teitbite
Thu Jun 17, 2010 1:50 pm
Hi

No it was not changed at Your site. I've pasted the code with changes already done to makie it looks better.
User avatar
Moderator


cron