Hi,
I'm trying to make a website application using Dynamics 365 Portals. I made a simple page using html and css and was able to import it into Portals as the home page, as seen below.
However, I want to remove the Microsoft header and footer from the page, as it is not part of my application. When I uncheck the option to have the header and footer in the Page Template, the entire css in the theme.css file is gone, as well.
I'm almost certain that this is because the Header contains the link to the theme.css child file, so that gets removed as well.
How would I go about not having the Microsoft default header and footer while keeping the theme.css file I want?