Search code examples
csswordpresswordpress-theming

Hiding wordpress message using CSS


I want to hide wordpress "please notify the site administrator" message from Dashboard. enter image description here The message is:

WordPress 3.5.1 is available! Please notify the site administrator.

HTML Code:

<div class="update-nag"><a href="http://codex.wordpress.org/Version_3.5.1">WordPress 3.5.1</a> is available! Please notify the site administrator.</div>

So, i have added a css like this to hide the message but the this is not working!
Here is the css:

.update-nag{
display: none;}

Any idea?


Solution

  • you can sue this module found from Prijm enable the module, will do the job:
    Hide Update Reminder Message