Caption turned off

1719
4
Jump to solution
11-21-2013 12:02 PM
JosephCartier
New Contributor
Hello,
I am currently using Map Tour Template. Can someone suggest how I can remove the Caption that appears under the image ? Or at least have it minimized upon initializing the html.

thanks,
Joe
0 Kudos
1 Solution

Accepted Solutions
GregoryL_Azou
Occasional Contributor III
With the downloadable version, you can hide the caption hover the image using

<style>
#placardContainer {
 display: none !important;
}
</style>


If you don't know how to add that rule, look here.

View solution in original post

0 Kudos
4 Replies
RupertEssinger
Frequent Contributor

Try leaving the Name and Description fields blank. It will then give you no caption area so your image won't be obscured at all. This is especially useful if there is text in an image that you want people to be able to read without the caption getting in the way

0 Kudos
JosephCartier
New Contributor
That looks great.  My problem is I like the caption under the Thumbnail.....I know I'm being particular.  lol  I was just hoping to diable the 'Captions' only.

Thanks.
0 Kudos
GregoryL_Azou
Occasional Contributor III
With the downloadable version, you can hide the caption hover the image using

<style>
#placardContainer {
 display: none !important;
}
</style>


If you don't know how to add that rule, look here.
0 Kudos
JosephCartier
New Contributor


by inserting that code I was able to remove the caption portion!   Thank you very much!!!

JoeC

0 Kudos