Title: [Plugin: postTabs] posttab add css to?
Last modified: August 19, 2016

---

# [Plugin: postTabs] posttab add css to?

 *  [gbaka](https://wordpress.org/support/users/gbaka/)
 * (@gbaka)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-posttabs-posttab-add-css-to/)
 * how would I start to add CSS to this plugin?
    to alter it’s appearance such as
   changing its position its appearance, I know how to use CSS I just don’t know
   how to add it to the plugin to change it’s appearance… [http://wordpress.org/extend/plugins/posttabs/](http://wordpress.org/extend/plugins/posttabs/)

Viewing 1 replies (of 1 total)

 *  [sillinguist](https://wordpress.org/support/users/sillinguist/)
 * (@sillinguist)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-posttabs-posttab-add-css-to/#post-1155643)
 * There is CSS in the plugin directly…. I edited the default CSS by going through
   the plugin editor built into WordPress.
 * But I also found this tip here: [http://beeex.net/web-development/wordpress/plugins/10-excellent-promising-wordpress-plugins-some-brand-new](http://beeex.net/web-development/wordpress/plugins/10-excellent-promising-wordpress-plugins-some-brand-new)
 * What a few of you might miss is an option to style the content of the tab itself(
   not just the title). For instance, we added a light grey border to the content
   of this tab unit (it’s the border running around this very text). How?
 * The class for the tabs is postTabs_divs, and you can use it to style the tabs
   with CSS. Simply add this line to your theme’s style.css, and you get what we
   got right here:
 * `.postTabs_divs { border:1px solid #dcdcdc; margin-top:-12px; }`
 * The border explains itself, and the negative top margin was added so that the
   content div would match the position of the tab bar.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: postTabs] posttab add css to?’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [sillinguist](https://wordpress.org/support/users/sillinguist/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-posttabs-posttab-add-css-to/#post-1155643)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
