How to customize the User Dashboard?

Support MB Frontend Submission How to customize the User Dashboard?Resolved

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #27162
    UlysseUlysse
    Participant

    Hello,
    I would like to remove the unecessary elements from the dashboard to keep it as simple as possible : https://prnt.sc/11a1w8d
    How can I do that?

    Thank you.

    #27170
    Long NguyenLong Nguyen
    Moderator

    Hi,

    The plugin does not support removing the welcome text. I will inform the development team to add this case to the backlog development.

    #27173
    UlysseUlysse
    Participant

    Thank you, it would be great.
    Meanwhile, is there a way to hide it with custom css?

    #27182
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Each theme has its own layout structure so the CSS code would be different. If you use the theme Estar, here is the CSS code.

    body.page-id-2152 .entry-title,
    body.page-id-2152 .entry-content > h3,
    body.page-id-2152 .entry-content > p {
        display: none;
    }

    2152 is the ID of your frontend dashboard page.

    #27186
    UlysseUlysse
    Participant

    Thank you very much. I use a very basic them, hello theme, to avoid any compatibility issue. So it should work.
    I'll try.

    #27190
    UlysseUlysse
    Participant

    OK. I did it.

    By the way, I think there is a conflict on the css with elementor.

    If I use elementor on my page to display the dashboard, it's not well displayed. If I don't use elementor, it's well displayed.

    Have a look at the screenshot:
    Page edited with elementor: https://prnt.sc/11as6mf
    Page edited without elementor: https://prnt.sc/11as40d

    #27195
    Long NguyenLong Nguyen
    Moderator

    Thank you for your feedback.

    Please add the shortcode in the WordPress editor to make it works properly. I will inform the development team to check this case.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.