Title: CSS Styling
Last modified: September 3, 2020

---

# CSS Styling

 *  Resolved [jmccoy78](https://wordpress.org/support/users/jmccoy78/)
 * (@jmccoy78)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/css-styling-38/)
 * Hello,
 * Can I use your plugin if I just want to add CSS styling to my website rather 
   than using the Customiser in wordpress?
 * I would like to create a new snippet and then add the CSS code into this and 
   activate.
 * Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/css-styling-38/#post-13361019)
 * Yes, you can copy this template for making CSS snippets:
 *     ```
       add_action( 'wp_head', function () { ?>
       <style>
   
       /* css code goes here */
   
       </style>
       <?php } );
       ```
   
 *  Thread Starter [jmccoy78](https://wordpress.org/support/users/jmccoy78/)
 * (@jmccoy78)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/css-styling-38/#post-13375505)
 * Hi Shea,
 * That worked – thats for the help 🙂
 *  [cwhlin](https://wordpress.org/support/users/cwhlin/)
 * (@cwhlin)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/css-styling-38/#post-13382051)
 * Hi. I tried to insert a css and it works for the frontend but not for the admin
   section. For example, I’m trying to change the color of the admin sidebar with
   a snippet but it doesn’t work. Thank you for your help!
 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/css-styling-38/#post-13385975)
 * If you want to add CSS in the admin section, you will need to use the `admin_head`
   hook instead of `wp_head`.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CSS Styling’ is closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/css-styling-38/#post-13385975)
 * Status: resolved