<style> .ms-srch-sb {display:none;} .ms-core-pageTitle {display:none;} #pageContentTitle { display:none;} #titlerow { display:none;} </style>
Just a quick warning, placing all of these CSS elements on the web page is going to turn the web page into a blank page (that is, if you don't have any content on it) so feel free to remove any of those CSS elements listed above if you want that component to be displayed.
Here is a key that explain which element removes which control:
.ms-srch-sb {display:none;} - removes just the Search control
.ms-core-pageTitle {display:none;} - removes just the Page Title
#pageContentTitle { display:none;} - removes just the Site Title
#titlerow { display:none;} - removes the Site Logo, Site Title, and Search Control
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.