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;
{Take care...
Jeff...

