• Resolved WayneM1

    (@waynem1)


    During the initial login for a new user with editor role, I see a “Welcome to WordPress!” panel on initial login that has links to the widgets menu. This is a hidden menu on the WLCMS settings I use.

    Could there be a way to hide this panel?

    Here’s a link to an image of what I mean:

    https://ibb.co/gTxXB8s

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter WayneM1

    (@waynem1)

    More details:

    I see that the “Screen Options” drop down on the Dashboard has a check box for “Welcome” box … But, there is not an option to hide this box in the WLCMS settings that I can find.

    Plugin Author Video User Manuals

    (@videousermanuals)

    Hi Wayne,

    Thanks for contacting us.

    This is not a widget, which is why it does not appear on the list.

    It is something we could look to add in the future.

    You could do this though by adding the following CSS to the custom CSS for admin option:

    div.wrap #welcome-panel, div.wrap #try-gutenberg-panel{display: none!important;}

    That would hide it.

    Thread Starter WayneM1

    (@waynem1)

    That’ll work. Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“Welcome to WordPress!” panel on initial login has links…’ is closed to new replies.