Page 1 of 1

Disabling title and caption.

Posted: Thu Mar 12, 2015 3:36 pm
by norman
The caption on the zoomed overlay that appears when you click the product image can be removed by editing file magiczoomplus.css (in your Site folder).
Look for:

Code: Select all

.MagicThumb-caption {
Immediately below it add:

Code: Select all

display:none !important;
The caption for the tooltip image that appears when you mouse-over the product image can be removed by editing layout Magic Zoom Support (Design / Library / Layouts / Zoom Image Layout) and altering the line:

Code: Select all

	'show-title': 'bottom',
To be

Code: Select all

	'show-title': false,