Hi all!
I'm trying to set up a webform with a custom theme. However, my theme at the top of the code gets overwritten by default themes.
<div id="fdtheme-id-clientlibs">
<link rel="stylesheet" href="https://forums.adobe.com/etc/clientlibs/fd/af/guidetheme2/default.css" type="text/css">
</div>
This seems to be pulled in by the <guide:includeGuideContainer/> referencing /libs/fd/af/components/guideContainer/includeTheme.jsp.
Is there a fast and easy way to not use the includeTheme.jsp? Thanks!