I am trying to implement the following in my beta instance of Instructure Catalog:
$('#home-page #feature').append('
NO WALLS IN THIS CLASSROOM ;)Catalog: Learn on Your Own Terms')
The above JS code is the example posted by Instructure at
https://community.canvaslms.com/t5/Canvas-Catalog/What-customization-options-are-available-in-Canvas-Catalog/ta-p/1782
and the code for the JS instruction file is here:
https://community.canvaslms.com/t5/Canvas-Catalog/How-do-I-add-a-logo-CSS-JavaScript-or-HTML-file-to-customize-a/ta-p/1771
The trouble is it does not work. Does anyone have a working example of using JS to append some text to the #feature div that appears right above the catalog?
Thanks,
Dan Soares