How to display text next to the Table of Contents (hamburger) icon? | XM Community
Skip to main content

Has anyone added text next to the Table of Contents (hamburger) icon? Via jQuery, I can select the div#TocIcon, but I cannot seem to add in text immediately following the icon (e.g. Main Menu).
Screen Shot 2020-06-12 at 12.33.50 PM.png

Hi dwhalen

Hope the below code helps:

jQuery("#TocSidebarIcons").after('Main Menu');



Leave a Reply