Add custom css file

RMTheme has an option to load custom css file from your server. To load your custom css file, you need to follow below instructions.

Create a folder /rmtheme/ to /wp-content/ directory. and then add a css file to 'rmtheme' folder called custom.css, so file looks like /wp-content/rmtheme/custom.css

This css file will load to frontend automatically. Note, this css file will not overlap when theme automatic upgrade.

When your site running on network site and you need to add custom css file. just put custom css file to /rmtheme/SITEID/custom.css , replace SITEID with your network site ID.