Title: Scrollbar Styling
Last modified: August 22, 2016

---

# Scrollbar Styling

 *  Resolved [tylerc82588](https://wordpress.org/support/users/tylerc82588/)
 * (@tylerc82588)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrollbar-styling/)
 * I’m wondering how to style the scroll bar for the Feed? I recently put it on 
   my site, but I’d like to include the scroll bar and style it.
 * Thanks,
    Tyler
 * [https://wordpress.org/plugins/custom-facebook-feed/](https://wordpress.org/plugins/custom-facebook-feed/)

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

 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrollbar-styling/#post-5301615)
 * Hey Tyler,
 * The feed uses the default browser scrollbar, so will appear differently depending
   on which browser you are viewing your site in. To set the scrollbar on your feed
   you just need to set a height on it, either on the plugin’s Customize page or
   directly in the shortcode: `[custom-facebook-feed height=500px]`
 * The best way to style the scrollbar would be to use a scrollbar styling plugin
   such as [this one](https://wordpress.org/plugins/dewdrop-custom-scrollbar/).
 * John
 *  Thread Starter [tylerc82588](https://wordpress.org/support/users/tylerc82588/)
 * (@tylerc82588)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrollbar-styling/#post-5301622)
 * Hi John,
 * OK, I installed the plugin you recommended and enabled a height on the feed, 
   but my scrollbar for the feed is still the plain version? The scrollbar on my
   site seems to match that of the settings for the scrollbar plugin, but the feed
   scrollbar does not. Any suggestions?
 * My site is [here](http://sharpshootersmedia.com) if you want to take a look.
 * Thanks,
    Tyler
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrollbar-styling/#post-5301638)
 * Hey Tyler,
 * It looks like that plugin only applies the custom scrollbar to the whole site
   by default, however, if you add the following to our plugin’s **Custom JavaScript**
   section – which is under the Misc tab on the plugin’s Customize page – then it
   should add it to the feed for you too:
 *     ```
       jQuery(document).ready(function($) {
         var nice = $("#cff").niceScroll({
           cursorcolor: "#ff8409",
           cursorwidth: "8px",
           cursorborder: "0px solid #1e1f23",
           cursorborderradius: "5px",
           cursorfixedheight: "70",
           scrollspeed: 60,
           autohidemode: false,
           bouncescroll: true
         });
       });
       ```
   
 * Let me know whether that solves the problem for you,
 * John
 *  Thread Starter [tylerc82588](https://wordpress.org/support/users/tylerc82588/)
 * (@tylerc82588)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrollbar-styling/#post-5301641)
 * Your awesome john, that did the trick! I really appreciate your help on this!
   Have a great week.
 * Thanks,
    Tyler
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/scrollbar-styling/#post-5301660)
 * Hey Tyler,
 * No problem, you’re very welcome! If you like the plugin please consider leaving
   a [quick review](https://wordpress.org/support/view/plugin-reviews/custom-facebook-feed).
   It really helps to support the plugin!
 * If you have any other questions in future then just let me know,
 * John

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

The topic ‘Scrollbar Styling’ is closed to new replies.

 * ![](https://ps.w.org/custom-facebook-feed/assets/icon-256x256.png?rev=2700775)
 * [Smash Balloon Social Post Feed - Simple Social Feeds for WordPress](https://wordpress.org/plugins/custom-facebook-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-facebook-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-facebook-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-facebook-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-facebook-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-facebook-feed/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/scrollbar-styling/#post-5301660)
 * Status: resolved