Title: [Plugin: Post UI Tabs] CSS Problem
Last modified: August 20, 2016

---

# [Plugin: Post UI Tabs] CSS Problem

 *  Resolved [v00d0](https://wordpress.org/support/users/v00d0/)
 * (@v00d0)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-post-ui-tabs-css-problem/)
 * Hi! Thx for the plugin is really good; but ive some problems:
 * i wanna use my own skin that ive create on the ui tabs website, but it won’t 
   work. First of all i tried to use the code that i found in the other post, when
   someonelse asked how to replace the css and it didn’t work. Then i tried to replace
   just the css with mine but didn’t how to apply it.
    So i’ve the folder downloanded
   from ui website, inside it i can see 3 folder js css and dev. I suppose i should
   use just the css folder, so i tried to put the path of the folder in the cose
   like: /wp-content/uploads/skin/nameofskin. but nothing work. this is the code
   i’ve added:
 *     ```
       // Change the PUT skin directory
       add_filter( 'post_ui_tabs_dir', 'put_custom_skin_dir' );
       function put_custom_skin_dir() {
          // This is equal to http://yoursite.com/yourskins
          return get_bloginfo( 'wpurl' ). '/wp-content/uploads/wp-ui/extraskin/';
       }
       // Update the skins array
       add_filter( 'post_ui_tabs_skins', 'put_custom_skins' );
       // Note: The name refers to the name of the custom skin's folder
       function put_custom_skins() {
          return array( 'extraskin');
       }
       ```
   
 * this is my folder
    [ imageshack  thx for your help [http://wordpress.org/extend/plugins/put/](http://wordpress.org/extend/plugins/put/)

Viewing 1 replies (of 1 total)

 *  [gnosis_wp](https://wordpress.org/support/users/gnosis_wordpress/)
 * (@gnosis_wordpress)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-post-ui-tabs-css-problem/#post-2499102)
 * What was your ultimate solution?

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Post UI Tabs] CSS Problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/put_dadada.svg)
 * [Post UI Tabs](https://wordpress.org/plugins/put/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/put/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/put/)
 * [Active Topics](https://wordpress.org/support/plugin/put/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/put/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/put/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [gnosis_wp](https://wordpress.org/support/users/gnosis_wordpress/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-post-ui-tabs-css-problem/#post-2499102)
 * Status: resolved