Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support VUM Support – Jhay

    (@jhayvum)

    Hello,

    Thank you for reporting this issue.

    For the meantime kindly hide the header from Settings > Custom CSS for Admin as shown here https://d.pr/i/JKehZr

    Copy and past this code:

    .index-php .wlcms-welcome-panel .welcome-panel-content h2:first-child {
    display: none;
    }
    Thread Starter Zack Pyle

    (@zackpyle)

    Thank you. The newest update said that it was supposed to fix the dashboard issues, but unfortuantely it did not.

    There is also this problem: https://snipboard.io/TbWfoX.jpg

    It shouldn’t have a max width or margin on the left…

    -Zack

    Plugin Support VUM Support – Jhay

    (@jhayvum)

    Hello Zac,

    For now, you can add this on your CSS:

    .wlcms-welcome-panel, .wlcms-welcome-panel .welcome-panel-content {
        padding: 0!important;
    }
    .wlcms-welcome-panel .welcome-panel-content {
        max-width: none!important;
        margin-left: 0!important;
    }
    Thread Starter Zack Pyle

    (@zackpyle)

    Are there any updates on when both of these bugs will be fixed?

    Thanks,

    Zack

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Newest update inserts blank h2 into custom dashboard’ is closed to new replies.