Title: Sideposts CSS
Last modified: August 19, 2016

---

# Sideposts CSS

 *  [ashley3ee](https://wordpress.org/support/users/ashley3ee/)
 * (@ashley3ee)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/sideposts-css/)
 * I see a bunch of posts on the Sideposts widget. I’m going insane over here because
   I’m trying to make the style work. How can I disable the style sheet?
 * I saw somewhere possibly make a plugin to disable it, how would I do that?
 * thank you

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

 *  [Txanny](https://wordpress.org/support/users/txanny/)
 * (@txanny)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/sideposts-css/#post-1353022)
 * The easy way: detele the style.css file on the widget folder.
 * If you’re interested on doing it by a plugin, you need to hook into the ‘ak_sideposts_style_url’
   and return an empty string:
 *     ```
       function disable_sideposts_styles( $url )
       {
       	return '';
       }
       add_filer('ak_sideposts_style_url', 'disable_sidepost_styles');
       ```
   
 *  [Txanny](https://wordpress.org/support/users/txanny/)
 * (@txanny)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/sideposts-css/#post-1353023)
 * Forgot that:
 * Another way to disable the styles is to create a file named ‘alkivia.ini’ in 
   the wp-content folder with this content:
 *     ```
       [sideposts]
       disable-module-styles = On
       ```
   
 *  Thread Starter [ashley3ee](https://wordpress.org/support/users/ashley3ee/)
 * (@ashley3ee)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/sideposts-css/#post-1353104)
 * thank you, that file alkivia.ini works perfect!

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

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

## Tags

 * [style](https://wordpress.org/support/topic-tag/style/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 3 replies
 * 2 participants
 * Last reply from: [ashley3ee](https://wordpress.org/support/users/ashley3ee/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/sideposts-css/#post-1353104)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
