I have the EasyBlog Showcase module displaying feeds on my site looks pretty good. How can or where can I add the "hidden-phone" attribute so it will not show up on smart phones?
@media (max-width:768px)
{
#mod_showcase .showcase-slider
{
display: none;
}
}