简体   繁体   中英

How can I edit the CSS on an Access Custom Web App hosted on Sharepoint Online?

I want to hide the filter-box div on a List View in an Access 2013 Custom Web App, but do not know how I can get to the css files on the server.

I can't seem to find them on Sharepoint Designer, and am wondering if they are within Azure? Could I access my Azure server hosted by Microsoft with a certain tool? Visual Studio, perhaps?

I am assuming your SharePoint Online instance is through Office365. Regardless, best practice is to override the CSS styles that SharePoint has, rather than changing them. The easiest way to do this is through the browser by just adding a Content Editor Webpart(CEWP) to the same page and then add your overriding css styles to that webpart. Then make the CEWP hidden so it just runs behind the scenes.

Heres a detailed link for instructions:

http://www.c-sharpcorner.com/uploadfile/40e97e/content-editor-web-part-and-css-tricks/

I don't know if this applies to SP online, but on premises you can turn on publishing for the site and use an alternate CSS to apply styles to you Access Web APP. I've got a blog on it here: Apply styles to access web application

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM