Comments pukalani started the conversationSeptember 1, 2019 at 1:39pmHi!Please let me know how to disable Breadscrum on mobile only. Otherwise, maybe place the Breadscrum under the Share Area. Thank you for your help, in advance! 2,700PenciDesign repliedSeptember 1, 2019 at 3:53pmHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 768px){ .container.penci-breadcrumb{ display: none; } } Best Regards,PenciDesignpukalani repliedSeptember 1, 2019 at 10:55pmThank you!! Sign in to reply ...
Hi!
Please let me know how to disable Breadscrum on mobile only. Otherwise, maybe place the Breadscrum under the Share Area.
Thank you for your help, in advance!
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thank you!!