Hide titles

I have installed JM slider in JM Morganite. It displays products with the title. How can I hide the title of the product.

http://www.modilespares.in

1 answer

congtq 0.00 $tone July 21, 2010
Public

You can edit skin\frontend\default\jm_morganite\joomlart\jmprod uctsslider\css\style.css file.
Search

Code:

.jm-slider-li h2 a{
	color: #c5c5c5;
}

and replace with

Code:

.jm-slider-li h2 a{
	color: #c5c5c5;
	display:none
}
#1

This question is now closed

Written By

Comments