Notifications
Clear all

How to hide Notice shortcode in menu ?

2 Posts
2 Users
0 Likes
728 Views
Posts: 1
 zein
Topic starter
(@zein)
New Member
Joined: 2 years ago

How to hide Notice shortcode in menu appearance ?
I try with CSS. Is not affect.

1 Reply
Posts: 3652
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @zein,

Check this Link: https://wpjohnny.com/how-to-customize-wordpress-admin-css/

CSS Code:

.notice-warning {
    display:none !important
}
Reply