• Resolved whatanoisybird

    (@whatanoisybird)


    Hi,

    Thank you for this great plugin, it makes WordPress admin so much easier and cleaner!
    I am trying to hide the “Drag boxes here” mention that appears when no box are ticked on the dashboard, but I cannot seem to find what CSS or code I can target to make it not display. That would be a great help if you could inform me how to do that.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kodeo

    (@kodeo)

    This is easy to do…

    To hide the entire box:
    .kaui #dashboard-widgets .postbox-container .empty-container {display: none;}

    To only hide the text in the box:
    .kaui #dashboard-widgets .postbox-container .empty-container:after {display:none;}

    Thread Starter whatanoisybird

    (@whatanoisybird)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Dashboard “Drag boxes here” words’ is closed to new replies.