Comments Julian started the conversationOctober 1, 2018 at 9:01pmhey there, is there a way to hide breadcrumbs on mobile? Thanks :) 476Criss repliedOctober 2, 2018 at 1:33amHi,You can use this code to hide the breadcrumb on mobile. You can install and active the childtheme, and put this code into file style.css of childtheme. @media only screen and (max-width: 736px) { .ftc-breadcrumb{ display: none !important; } } Best regards, Charmy - ThemeFTC technical expertJulian repliedOctober 4, 2018 at 2:42pmAWESOME! It worked :) Thank you Sign in to reply ...
hey there,
is there a way to hide breadcrumbs on mobile?
Thanks :)
Hi,
You can use this code to hide the breadcrumb on mobile. You can install and active the childtheme, and put this code into file style.css of childtheme.
Best regards,
Charmy - ThemeFTC technical expert
AWESOME! It worked :) Thank you