Hide every update all button on the dashboard

Hi,

I want to hide every update all button on the dashboard.

Using this css solution from March 2023 in the customizer

.mainwp-update-all-button {
    display: none !important;
}

doesn’t hide the update all buttons anymore in version 5, and neither does setting to display:none of any of the many css selectors I found for them.

How can this be achieved?

Thanks,

Lukas

Hey @lhberg

I’ve just tested the snippet in the Custom Dashboard extension, and it worked fine on my setup.

Can you please tell us where you’re still seeing the Update All buttons? If possible please provide screenshots.

2 Likes

ohh, I just wasn’t aware of this extension anymore. Works!
Thanks for pointing me there.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.