Remove the title area in SharePoint apps
Sometimes it is nice, sometimes it is annoying. Yes I am talking of the titlearea of SharePoint 2013 Apps.
But don't worry, it is easy to remove it from your app. All you need to do is to paste some css into your stylesheet. I recommend to use a css-file that is used in every site. This way you need to do the change on just one place.
After pasting the code into your app you won a lot of space and you can build your own design.
But don't worry, it is easy to remove it from your app. All you need to do is to paste some css into your stylesheet. I recommend to use a css-file that is used in every site. This way you need to do the change on just one place.
1 2 3 | #s4-titlerow{ display:none!important; } |
After pasting the code into your app you won a lot of space and you can build your own design.
Comments
Post a Comment