Thu Oct 13 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
jQuery(document).ready(function(){
if(isDesktop){
jQuery('#dropdown-wrapper h2').after("<div style='text-align:left; font-size:24px; width:130%; margin-left: -50px;'><ul><li style='margin-top:10px;'><strong style='font-family:sans-serif;'>It's free:</strong> We'll never ask you for your credit card.</li>\
<li style='margin-top:10px;'><strong style='font-family:sans-serif;'>It's fast:</strong> No account necessary; 3 minutes is all you need!</li>\
<li style='margin-top:10px;'><strong style='font-family:sans-serif;'>It's fun:</strong> We'll showcase what you get with Rosetta Stone<br>\
  with several fun activities you can do right now—no prior<br>\
  language training required.</li></ul></div>");
}
  });