Select to view content in your preferred language

Map Tour Scroll Subtitle - delete

1219
2
01-13-2014 09:28 AM
JosephCartier
Emerging Contributor
Hello,
Where in the Map Tour template can I delete the programming that allows for scrolling the subtitle.  I would prefer not to be able to scroll the subtitle as it is my legend.

Thanks,
Joe
0 Kudos
2 Replies
GregoryL_Azou
Deactivated User
Hi Joe,
You can do so by adding the following rule in index.html after <body class="claro">
<style>
 #headerDesktop .subtitle {
  overflow: hidden;
 }
</style>
0 Kudos
JosephCartier
Emerging Contributor
Hi Joe,
You can do so by adding the following rule in index.html after <body class="claro">
<style>
 #headerDesktop .subtitle {
  overflow: hidden;
 }
</style>


Thank you very much!
0 Kudos