Title: Edit CSS
Last modified: March 20, 2019

---

# Edit CSS

 *  Resolved [shereew](https://wordpress.org/support/users/shereewalker/)
 * (@shereewalker)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/edit-css-18/)
 * Hi there
 * The plugin completely ignores all my css changes. Will you be adding a custom
   CSS box anytime soon?
 * I want to edit the play button but it just will not work.
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [Plugins360 Labs](https://wordpress.org/support/users/plugins360/)
 * (@plugins360)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/edit-css-18/#post-11333695)
 * I guess you should be adding your custom CSS code under your theme customizer.
   The player is an Iframe. So, none of your custom CSS code added here will work.
 * **Solution:**
 * You should use the “aiovg_player_head” hook to add your custom CSS code inside
   the player Iframe.
 * **Example:**
 * Please try using the following code in your theme’s **functions.php** file.
 *     ```
       function aiovg_custom_player_css() {
       ?>
       <style type="text/css">
       /** ADD YOUR CUSTOM CSS STYLES HERE **/
       </style>
       <?php
       }
   
       add_action( 'aiovg_player_head', 'aiovg_custom_player_css' );
       ```
   
 * Hope, this solved your issue!
    -  This reply was modified 7 years, 2 months ago by [Plugins360 Labs](https://wordpress.org/support/users/plugins360/).
    -  This reply was modified 7 years, 2 months ago by [Plugins360 Labs](https://wordpress.org/support/users/plugins360/).

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/all-in-one-video-gallery/assets/icon-256x256.png?rev=3078876)
 * [All-in-One Video Gallery](https://wordpress.org/plugins/all-in-one-video-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-video-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-video-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-video-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-video-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-video-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Plugins360 Labs](https://wordpress.org/support/users/plugins360/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/edit-css-18/#post-11333695)
 * Status: resolved