Milano
Well-known member
Hi @Milano
thanks for this addon!
How can i change the background: rgb(184, 179, 179) css code of div class slimScrollBar in the widget? Where is the css code?
Thanks
Antonio
Edit template LiveFeed_widget find and add
PHP:
<script>
$(function()
{
$('.newsFeed').slimScroll(
{
height: '300px',
color: 'your color'
});
});
You can find all slimScroll options here: http://rocha.la/jQuery-slimScroll#slimtest3