3rd Generation Themes How to Hide Subscribe Button on Mobile Displays April 8, 2015 by Chris, in category Chickaboom, Jasmine, Meadowbrook Enter this custom CSS. @media screen and (max-width: 991px) { #wrap .site-subscribe { display: none !important; } }