Total Pageviews

1 Oct 2015

Target SharePoint layouts pages with CSS

/* This will find MyID and hide it only on layouts pages */
form[action^='/_layouts/'] #MyID{
 display:none;
}

No comments:

Post a Comment