Is there a way we can create a custom.css file and edit that instead of through the 'Customise' tab on the front end? We would prefer to have a separate stylesheet so its harder to accidently delete.
If you are using a child theme you can always place it in its style.css file. Otherwise, you can also place your custom css in themes/wplms/style.css.
If you are using the customizer plugin, you can also add your css to plugins/wplms-customizer/css/custom.css
Go to wp-Go to wp-admin->appearance->customiser->add custom CSS-> add your css and save.
Hi Skywalker, we don't want to add it this way. We would prefer to have a separate stylesheet via FTP. Can you confirm if externaluses recommendations are correct?