Title: Does Panda use some CSS codes?!
Last modified: February 27, 2022

---

# Does Panda use some CSS codes?!

 *  Resolved [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/)
 * Everything works fine so far, since I decided to make my project Panda-ish! But,
   just a simple code overrides the code I wrote in my styles.css and it says it’s
   from Panda Pods Repeater Field:
    [https://gofile.io/d/FojR8U](https://gofile.io/d/FojR8U)
   [@codingpanda](https://wordpress.org/support/users/codingpanda/), it works great
   when using it locally, but not in WordPress, due to using this plugin ;(

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

 *  Thread Starter [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408399)
 * There are 12 files of CSS inside the plugin folder, am I right?
    When I deleted
   them, everything turns inside out, with the dashboard going into a mishmash situation
   but with the project in the normal form on the front-end! What should I do?
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408440)
 * [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * Please don’t delete any files. You have to restore the plugin.
 * Do you want to remove the CSS on the back-end or frontend?
 * To do it on the frontend,
 * Add this code to your functions.php
 *     ```
       add_action( 'wp_enqueue_scripts', 'dequeue_scripts_and_styles', 11 );	
   
       function dequeue_scripts_and_styles() {	
           wp_dequeue_script( 'panda-pods-repeater-scripts' );	 
           wp_dequeue_style( 'panda-pods-repeater-general-styles' );
           wp_dequeue_style( 'panda-pods-repeater-styles' );		       	   
       }
       ```
   
 *  Thread Starter [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408445)
 * I added the code you wrote and it works AWESOME now, but btw what do you mean
   by “restoring the plugin”? I didn’t delete everything.
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408492)
 * [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * Sorry, my misunderstanding. Ignore it if nothing was deleted.
 * I am glad it works.
 *  Thread Starter [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408493)
 * Haha hell yeah!Just another question: when I wanna add some SVGs into the template,
   what field should I use? It should act as a file to be uploaded?
 *  Thread Starter [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408495)
 * I mean I have svg as a file, but how to inject it into the theme?
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408515)
 * [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * You can install SVG support: [https://wordpress.org/plugins/svg-support/](https://wordpress.org/plugins/svg-support/)
   and use the WYSIWYG field.
 *  Thread Starter [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408519)
 * Great [@codingpanda](https://wordpress.org/support/users/codingpanda/) ! You’re
   my hero! Btw, isn’t it good to create a topic containing all the cool projects
   using Panda Pods Repeater Field? It would be cool man!
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408529)
 * [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * Thanks for the suggestion.
 * I don’t know what projects use this plugin other than mine. The plugin is something
   I develop and maintain after work. As long as some people find it useful, I am
   happy.
 *  Thread Starter [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408534)
 * Haha [@codingpanda](https://wordpress.org/support/users/codingpanda/)!
    I think
   it would be great to create a topic here, pin it, and people will show off their
   work, showing how useful your plugin is 😉
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408543)
 * [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/) Thanks
   🙂 .
 *  Thread Starter [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * (@sinahosseinigst)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408544)
 * 😉

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

The topic ‘Does Panda use some CSS codes?!’ is closed to new replies.

 * ![](https://ps.w.org/panda-pods-repeater-field/assets/icon-128x128.png?rev=1520380)
 * [Panda Pods Repeater Field](https://wordpress.org/plugins/panda-pods-repeater-field/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/panda-pods-repeater-field/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/panda-pods-repeater-field/)
 * [Active Topics](https://wordpress.org/support/plugin/panda-pods-repeater-field/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/panda-pods-repeater-field/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/panda-pods-repeater-field/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/does-panda-use-some-css-codes/#post-15408544)
 * Status: resolved