Forums
Home / Theme: Customizr / Tagline Mobile Removal
(@april475)
11 years, 5 months ago
Is there a way to remove the tagline in the mobile version?
(@rdellconsulting)
Try: h2.site-description{display:none;}
h2.site-description{display:none;}
(@acub)
You meant
@media (max-width: 978px) { h2.site-description { display:none; } }
, right?
Of course I did ??