Detail Description Font Issue

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

Detail Description Font Issue

Post by jeffreywhunter »

Working on detailed descriptions with Phoca 2.2.4, Joomla 1.5.9, using Highslide option. http://www.dmcpower.net/index.php/subst ... /6-pp.html shows the issue. Click on any image, view the details. Note the difference between the font used in the title and the font used in the description. I have a css file setup with which to modify the #description-text. It works for all the content except the title at the top (i.e. Chools the first image, bus to 4 hole pad and note the description. The following css affects the content of the description except the title.

Code: Select all

/* phocagallery.css edits  */
#description-text {
	font-family: verdana;
	font-weight: bold;
	font-size:24px;
}
I've tried everything I can, peered into the css with firebug, can modify everything except the title. Help me Obiwan, you're my only hope!

Attached image is another example... I want to set the Bus Support Group text to be the same font family (verdana) and to be a bit larger and bolder...

Thanks...
Jeff...