How Do I Add a CSS File to WordPress?
on 25 August, 2022
No Comments
Adding a CSS file to WordPress is a fairly simple process. First, locate the css file you want to use and copy it to the wp-content/css folder.
Then, open the wp-config.php file in your WordPress installation and add the following line to the wp-content/css file:.
wp_content_plugins();
Next, add the following lines to the header of your website:
.site-info {padding:10px;
}