Title: Hide sticky css
Last modified: December 22, 2016

---

# Hide sticky css

 *  Resolved [sroskylos](https://wordpress.org/support/users/sroskylo1/)
 * (@sroskylo1)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hide-sticky-css/)
 * How to exclude the css of the sticky posts not appears to widget?

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

 *  Plugin Author [Aldo Latino](https://wordpress.org/support/users/aldolat/)
 * (@aldolat)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hide-sticky-css/#post-8582053)
 * Do you want that sticky posts don’t appear on top of other posts?
    Or do you 
   mean something else?
 * Let me know, please. Also, tell me the URL of your site which you are asking 
   help for.
 *  Thread Starter [sroskylos](https://wordpress.org/support/users/sroskylo1/)
 * (@sroskylo1)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/hide-sticky-css/#post-8585937)
 * The solution if someone need it is..
 *     ```
       @media only screen and (min-width: 240px) {
           .fusion-content-widget-area .widget li.pis-li.sticky {
               box-shadow: 0px 0px 0px #fff;
           }
       }
       ```
   
 * Thank you [@aldolat](https://wordpress.org/support/users/aldolat/)

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

The topic ‘Hide sticky css’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-in-sidebar_aed6f1.svg)
 * [Posts in Sidebar](https://wordpress.org/plugins/posts-in-sidebar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-in-sidebar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-in-sidebar/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-in-sidebar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-in-sidebar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-in-sidebar/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [sroskylos](https://wordpress.org/support/users/sroskylo1/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/hide-sticky-css/#post-8585937)
 * Status: resolved