Page 1 of 1

Caption Font Change

Posted: 20 May 2009, 04:23
by jeffreywhunter
Hello!

I've got a situation where I'm not able to affect certain CSS ID's within the Phocagallery using an external CSS file (global.css - a file I've created and try to make all my changes to the site CSS through). The site is http://www.dmcpower.net/index.php/categ ... /6-pp.html. It's Joomla 1.5.9, php 5.2.x, Phoca 2.2.4.

The specific example is the image PLK2200 (3rd image in the above page). Click on the image, highslide pops up. All the content follows the fonts setup in the description field for that image. But the caption is serif - note that I've hacked the phocagallery.css to change that, but I dont want to change it there.

I've looked through the Highslide.css and examined the CSS - id="description-text" is the CSS, I put the following code in my css (last one that loads - global.css). It has no affect. I can only change the CSS for the highslide through the com_phocagallery/assets/phocagallery.css.

Code: Select all

#description-text {
	font-family: Verdana,Ariel,Helvetica;
	font-size: 16px;
{
So I can solve my problem by hacking the phoca css, but don't like to do that. I like to keep all my css changes in a single file. Am i approaching this correctly? Or is there something about the way that PhocaGallery interfaces with joomla that makes my CSS (global.css) file not apply? Appreciate your feedback.

Take care...
Jeff...

Re: Caption Font Change

Posted: 21 May 2009, 22:49
by Jan
Hi, sorry, I cannot reach the site :-(

Re: Caption Font Change

Posted: 23 May 2009, 05:55
by jeffreywhunter
I'm sorry, the site was taken down. Its back up and online.