Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How can I add a text description to the Courses's main page?

Featured Replies

  • Community Expert

Hello,

How can I add a text description to the Courses's main page?

I can add desscriptions to all the forums, to custom pages with text widgets, but I can't even add a text widget to the courses page :( and the courses ACP is very limited and won't let me add anything there, or at least I haven't seen how.

The courses page is very basic and it just says "Courses". I need to add a few lines of text there but I can't see how.

Thanks

imagen.png

Solved by Cedric V

  • Solution

There isn't a built in way to do so, but again the magical custom css comes to rescue:

.ipsButtonBar--top::before {
    content: "Text here";
    font-size: 16px;
    margin-right: auto;
    padding: 6px 6px;
    margin-top: 6px;
}

image.png

  • Author
  • Community Expert
15 minutes ago, Cedric V said:

There isn't a built in way to do so, but again the magical custom css comes to rescue:

.ipsButtonBar--top::before {
    content: "Text here";
    font-size: 16px;
    margin-right: auto;
    padding: 6px 6px;
    margin-top: 6px;
}

image.png

Thanks a lot. You're a genius!

  • Author
  • Community Expert
4 hours ago, michimachi said:

Thanks a lot. You're a genius!

It worked, but now that description I added under the course header, appears EVERYWHERE, not only underneath the course :(

1 minute ago, michimachi said:

It worked, but now that description I added under the course header, appears EVERYWHERE, not only underneath the course :(

Oh, of course. My bad. I’ll give you the corrected code in an hour.

.ipsBox--courseBrowse .ipsButtonBar--top::before {
    content: "Text here";
    font-size: 16px;
    margin-right: auto;
    padding: 6px 6px;
    margin-top: 6px;
}
  • Author
  • Community Expert
2 minutes ago, Cedric V said:
.ipsBox--courseBrowse .ipsButtonBar--top::before {
    content: "Text here";
    font-size: 16px;
    margin-right: auto;
    padding: 6px 6px;
    margin-top: 6px;
}

Thanks a lot. This one seems to do exactly what I wanted. Thanks so much!

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.