The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
I'd like to add a link (either text or an image) to our Canvas Catalog banner to direct back to our org's website. By default I think the banner image (our org logo) in Catalog drives back to our Catalog domain main page, which makes sense, however since we link to Catalog from our website so folks can register for classes, I'd like to be able to send folks back to our website without clicking their "back" button or opening a new tab. Is there a way to edit the Catalog homepage to include custom hyperlinks? It looks like there is some CSS/JS editing in Catalog but I'm not sure how I'd go about adding something like that to the banner.
This should do it...
//Replace the link behind the logo in the top left of Catalog
$('.header-branding .logo-customized a').attr("href", "put link to page here");
Add that to the Custom JS box in the Catalog customization settings. And put the link in where it says to.
I don't take credit for it. That and other code examples were posted in this thread:
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in