• Resolved romanbritons

    (@romanbritons)


    Hi
    I don’t want to offer memberships or certificates.
    I have made the endpoints blank, and this has removed these options from the lefthand side of the dashboard, which is great. However, they still appear on the righthand side – just the associated buttons have gone. What have I missed?
    Many Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @romanbritons,

    You haven’t missed anything actually! I apologize for the confusion!

    At this time the only way to remove the sections from the dashboard is with CSS.

    For Memberships this should work:

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

    this should work for certificates:

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

    I hope this helps!

    Let us know if you have any further questions!

    Thanks and take care,

Viewing 1 replies (of 1 total)
  • The topic ‘Dashboard – remove My Memberships from right-hand side’ is closed to new replies.