Hello,
ARMember already loads CSS and JS scripts almost from the separate files but some of the CSS may be loaded on the page because it contains the dynamic CSS which can be changed as per your form settings.
So, if you want that CSS to be loaded from a separate file, then unfortunately currently it will not be possible.
Thanks,
Thread Starter
Luis
(@luisgom87)
OK, so i need to copy the css that is generated and concatenate it im my main css with grunt or other or other program and will work? i see that are inline jaascript too like
´´´
<script data-cfasync="false" type="text/javascript"> function arm_open_modal_box_in_nav_menu(menu_id, form_id) { jQuery(".arm_nav_menu_link_" + form_id).find("." + form_id).trigger("click"); return false; } </script>
´´´
so i need to do something with that code too, thanks.