Comments oneforisrael started the conversationApril 17, 2020 at 9:09amHi!1. How can I HIDE BREADCRUMBS but only on MOBILE? 2. How can I HIDE "header slogan text" but only on MOBILE?Thanks! 2,700PenciDesign repliedApril 17, 2020 at 2:42pmHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 479px){ .penci-breadcrumb, .header-slogan{ display: none !important; } } Best Regards,PenciDesign Sign in to reply ...
Hi!
1. How can I HIDE BREADCRUMBS but only on MOBILE?
2. How can I HIDE "header slogan text" but only on MOBILE?
Thanks!
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign