Streamline Theme: Change color of mobile menu only

Hi @dagern ,

  • 1: Please add code:
@media only screen and (max-width:768px){
	.site-nav__thumb-cart {
		background-color: #ef6f6c !important;
	}
}
  • 2: I changed it in the previous tutorial and it is working fine

Hope it helps!

1 Like