Notifications
Clear all

[Closed] How to hide Notice shortcode in menu ?

2 Posts
2 Users
0 Reactions
1,088 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
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @zein,

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

CSS Code:

.notice-warning {
    display:none !important
}