Because stylesheet allows you to customize the styles of your WordPress theme without modifying any of its core files. It also allows you to better organize the stylesheet tweaks you have made. Open up editor, create text file, save it as custom css and upload it into folder in your WordPress via FTP.. Open up the functions php file in editor and look for the occurrence of wp register style., then add new line below it as follows wp register style . css custom css.,0.0 ).. then as you make edits make sure to update the version of your custom css file in your theme's function php file to prevent your browser cache from not showing your latest custom css stylesheet changes. In order to update the number we would then edit the line of code we added to the functions php file to version 1.0.1 as follows wp register style . css custom css.,0.1 ).. Now when the file is loaded in HTML it will be interpreted as new file and will not remain cached in your visitors browsers. By resolution finally the plugin, For example, keep all the general CSS in one group, the responsive CSS grouped-specific CSS grouped by plugin. He is known for his Analytics, HubSpot, Salesforce, SEM, SEO & WordPress expertise. This method stores the CSS in the database though, so if you like editing files in editor like I do and uploading via SFTP you're outta luck...
Read more