I made my website on Joomla, the template has been designed by me. I installed a component for Joomla called ZOO by Yootheme.com

I am using one of their app called Business Directory for Zoo.
When I published my directory on the page I cannot see the titles of the categories. I tried to check everything but no luck.
I opened it's CSS files and tried to fix it through that but no luck, but I managed to alter some changes which I wanted.

You can see my directory live at :- http://infunity.info/index.php?option=com_zoo&view=frontpage&Itemid=51 . That's the page I want to fix.

Here's the CSS code :-

/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme License (http://www.yootheme.com/license) */

/*
 * layout
 */

#yoo-zoo .row,
#yoo-zoo .floatbox { overflow: hidden; }

#yoo-zoo .width25 {
	float: left;
	width: 24.999%;
}

#yoo-zoo .width33 {
	float: left;
	width: 33.333%;
}

#yoo-zoo .width50 {
	float: left;
	width: 49.999%;
}
 
/*
 * alpha-index
 */

#yoo-zoo .alpha-index {
	height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}

#yoo-zoo .alpha-index a,
#yoo-zoo .alpha-index span {
	display: block;
	width: 21px;
	height: 25px;
	background: url(../images/alpha_index_item.png) 100% 50% no-repeat;
	float: left;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
}
#yoo-zoo .alpha-index :last-child { background: none; }

#yoo-zoo .alpha-index a:link,
#yoo-zoo .alpha-index a:visited {
	color: #646464;
	text-decoration: none;
}

#yoo-zoo .alpha-index a:hover {
	color: #000000;
	text-decoration: underline;
}

#yoo-zoo .alpha-index span {
	color: #C8C8C8;
	cursor: default;
}

/*
 * details
 */
 
#yoo-zoo .details {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	border: 1px solid #228B22;
}

#yoo-zoo .details h1.title {
	margin: 0px;
	font-size: 24px;
	line-height: 30px;
	color: #228B22;
	font-weight: normal;
}

#yoo-zoo .details div.description {
	margin-top: 10px;
	overflow: hidden;
}

#yoo-zoo .details.align-center { text-align: center; }

#yoo-zoo .details.align-left .image {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .details.align-right .image {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .details.align-center .image {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

/*
 * categories
 */

#yoo-zoo .categories {
	margin: 0px -10px 0px -10px;
	overflow: hidden;
}

#yoo-zoo .categories .category { padding: 0px 10px 20px 10px; }

#yoo-zoo .categories h2.title {
	height: 28px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #228B22;
	line-height: 29px;
	text-indent: 7px;
	font-size: 17px;
	font-weight: normal;
	overflow: inherit ;
}

#yoo-zoo .categories h2.title a { text-decoration: none; }

#yoo-zoo .categories h2.title span {
	font-size: 13px;
	font-weight: normal;
	color: #228B22;
}

#yoo-zoo .categories div.description {
	margin-bottom: 5px;
	padding-left: 7px;
}

#yoo-zoo .categories a.teaser-image {
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

#yoo-zoo .categories ul.sub-categories {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#yoo-zoo .categories ul.sub-categories li { text-indent: 10px; }

#yoo-zoo .categories ul.sub-categories span {
	color: #228B22;
	font-size: 11px;
}

/*
 * items
 */

#yoo-zoo .items { margin: 0px -7px 0px -7px; }

#yoo-zoo .items-separator {
	padding-top: 20px;
	border-top: 1px solid #228B22;
}

#yoo-zoo .items .row { padding-bottom: 15px; }

#yoo-zoo .items div.teaser-item {
	padding: 0px 7px 0px 7px;
	overflow: hidden;
}

/* position: media */
#yoo-zoo .items div.pos-media { border: 6px solid #228B22; }

#yoo-zoo .items div.pos-media > * {
	display: inline-block;
	border: 1px solid #D2D3D4;
	background: #ffffff;
}

#yoo-zoo .items div.media-left {
	margin-right: 15px;
	float: left;
}

#yoo-zoo .items div.media-right {
	margin-left: 15px;
	float: right;
}

#yoo-zoo .items div.media-center { text-align: center; }
#yoo-zoo .items div.media-center > * { display: block; }

/* position: title */
#yoo-zoo .items h2.pos-title {
	margin: 0px;
	font-size: 17px;
	font-weight: normal;
}

#yoo-zoo .items h2.pos-title a { text-decoration: none; }

/* position: subtitle */
#yoo-zoo .items p.pos-subtitle {
	margin: 0px;
	font-style: italic;
}

/* position: description */
#yoo-zoo .items div.pos-description {}
#yoo-zoo .items div.pos-description .element { margin-top: 7px; }

/* element type: textarea */
#yoo-zoo .items div.pos-description .element-textarea > * { margin: 0px 0px 7px 0px; }
#yoo-zoo .items div.pos-description .element-textarea > *:last-child { margin: 0px; }

/* position: links */
#yoo-zoo .items p.pos-links { margin: 7px 0px 0px 0px; }

#yoo-zoo .items p.pos-links span a:after {
	content: " »";
	font-size: 14px;
}

/*
 * pagination
 */
 
#yoo-zoo .pagination {
	padding-top: 5px;
	border-top: 1px solid #228B22;
	text-align: center;
}

#yoo-zoo .pagination div.pagination-bg {
	display: inline-block;
	cursor: pointer;
}

#yoo-zoo .pagination a { text-decoration: none; }
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.