Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Closed] How to hide Notice shortcode in menu ?

2 Posts
2 Users
0 Reactions
1,661 Views
Posts: 1
 zein
Topic starter
(@zein)
New Member
Joined: 3 years ago

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

1 Reply
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @zein,

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

CSS Code:

.notice-warning {
    display:none !important
}