carlucci
Hi
This template is not based on Bootstrap as in Teline V So the same code would not work.
You need to define these class value in the template first as in my example code below
@media (max-width:767px){.hidden-xs{display:none !important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}
@media (min-width:1200px){.hidden-lg{display:none !important}}
Hope it helps.