Topbar: Hide announcement text for mobile
Code:
/* -- code to hide announcement text for mobile -- */
@include at-query($max, $small) {
	.info-bar .header-message { display:none;}
}
/* - end - */
Where do I add the code?
Use this link to learn where exactly to add this code snippet:
