Title: add css code
Last modified: November 8, 2022

---

# add css code

 *  Resolved [aga2442](https://wordpress.org/support/users/aga2442/)
 * (@aga2442)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/add-css-code/)
 * hello,
 *     ```
       I want to add css code to disable some theme related features.
   
       I want to do this through your plugin, not wordpress.
   
       but there is no css option available on the "Create Custom Snippet" page.
   
       html, php, java, php options are available.
   
       Which one should I choose to add css code? Or should I add in a different field?
       ```
   
    -  This topic was modified 3 years, 7 months ago by [aga2442](https://wordpress.org/support/users/aga2442/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mircea Sandu](https://wordpress.org/support/users/gripgrip/)
 * (@gripgrip)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/add-css-code/#post-16176481)
 * Hi [@aga2442](https://wordpress.org/support/users/aga2442/),
 * Thank you for reaching out – we are going to improve CSS support in a future 
   release.
 * Until then you can easily add styles by creating a HTML snippet set to Site Wide
   Header location and adding your CSS code in a style tag, like this:
 *     ```
       <style>
       /* Replace with your styles here */
       .your-class {
       color: red;
       }
       </style>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘add css code’ is closed to new replies.

 * ![](https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516)
 * [WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager](https://wordpress.org/plugins/insert-headers-and-footers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-headers-and-footers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-headers-and-footers/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-headers-and-footers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-headers-and-footers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-headers-and-footers/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mircea Sandu](https://wordpress.org/support/users/gripgrip/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/add-css-code/#post-16176481)
 * Status: resolved