Caption Font Change

Phoca Gallery - image gallery extension
jeffreywhunter
Phoca Member
Phoca Member
Posts: 25
Joined: 28 Apr 2009, 07:55

Caption Font Change

Post 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...
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Caption Font Change

Post by Jan »

Hi, sorry, I cannot reach the site :-(
If you find Phoca extensions useful, please support the project
jeffreywhunter
Phoca Member
Phoca Member
Posts: 25
Joined: 28 Apr 2009, 07:55

Re: Caption Font Change

Post by jeffreywhunter »

I'm sorry, the site was taken down. Its back up and online.
Post Reply