How to remove the default LifterLMS sections on the dashboard page?

Remove LifterLMS Dashboard Sections

# Top

The dashboard section is made up of the Dashboard URLs as seen in the screenshot below:

These URLs can be removed by following this guide here

Sometimes you may not need the various sections in the body of the dashboard page. Sections such as My Memberships, My Courses, My Achievements, My Certificates as seen in the screenshot below:

Removing My Courses

# Top

In order to remove the “My Courses” section, you’ll need to head over to Appearance >> Customize >> Additional CSS and add this code in the Additional CSS box:

.llms-my-courses{display:none;}

Here is the screenshot when it is removed:

Removing My Achievements

# Top

In order to remove the “My Achievements” section, you’ll need to head over to Appearance >> Customize >> Additional CSS and add this code in the Additional CSS box:

.llms-my-achievements{display:none;}

Here is the screenshot when it is removed:

Removing My Certificates

# Top

In order to remove the “My certificates” section, you’ll need to head over to Appearance >> Customize >> Additional CSS and add this code in the Additional CSS box:

.llms-my-certificates{display:none;}

Here is the screenshot when it is removed:

Removing My Memberships

# Top

In order to remove the “My Memberships” section, you’ll need to head over to Appearance >> Customize >> Additional CSS and add this code in the Additional CSS box:

.llms-my-memberships{display:none;}

Here is the screenshot when it is removed:

Last Updated on
Was this article helpful?