Page 1 of 1

[SOLVED] Hide the warning that is on every preview panel

Posted: Mon Dec 05, 2011 11:15 pm
by blackhawk
From the admin, when you go to edit a page, you have the option to preview by click in the visible tab. Is there a way to remove or display:none, on the warning that always pops up above it?. Like put something like this somewhere...

Code: Select all

#preview_c .pagewarning {
    display: none;
} 
Thanks