Hello,
In the template Technews I can hide the icon of social networks only in the mobile and tablet version?
regards
.item-social-icons {
display: none;
}
@media only screen and (max-width:767px) {
.item-social-icons {
display: none;
}
}