JM Product Slider – Product Title

Hello Support,

I need to resize the product title for the JM Ores product slider. The product title is too large and very restricive for the product names. Can you let me know where I can adjust this or can you adjust it for me?

Thanks
Joy

1 answer

Profile photo of JA Developer 0.00 $tone June 3, 2010
Public

Hi achajoy!

By default, product title use h2 tag. However you can customize this tag by editing file: app\design\frontend\default\jm_orestemplate\jooml art\jmproductsslider\list.phtml at line 62

Code:

replace <h2> by <h2 style="font-size:13px;"> or <h3>, <h4>, <h5>, <h6>
Notice: also replace </h2> by </h3> or </h4>....

OR
by editing file: skin\frontend\default\jm_ores\joomlart\jmproductss lider\css\style.css at line 44
modify class .jm-slider-li h2
Exp:

Code:

.jm-slider-li h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	background: none;
	padding: 0;
	font-size:15px;
}

Wish you success.

#1

This question is now closed

Written By

Comments