Hi,
I have a V13.9.2 site with UF 13.5.0 installed. The issue I’m having is that it doesn’t seem to be picking up any styles. I have it set to MyTheme, but as far as I understand it, it should pick up the default theme’s css. The reason I think this is, is because I can set a field’s “Show Label” to on or off and the appropriate class name is output correctly into the html. However the label always shows. If I add my own class of the same name to the main css, then it hides the label correctly.
As everything’s hidden in razor classes, etc. how can I check paths are correct, etc?
I note the physical path to the theme is: “/MySite/Web/Views/Partials/Forms/Themes/MyTheme”, yet in the form.cshtml the path to the default css is: “~/App_Plugins/UmbracoForms/Assets/themes/default/style.min.css”. Note the difference in capitalisation. I’m dev’ing on Linux so it will matter if it’s not correct.
How do I reconnect the forms CSS with the forms?
Thanks.