Comments desatec started the conversationSeptember 30, 2018 at 9:22pmHello,Is there a way to hide top menu or top bar on mobile only?Thank you ahead 501Penci repliedOctober 1, 2018 at 1:48amHi,Please add this code to Customize -> Addtional CSS to do that: @media screen and (max-width: 768px){ .penci-topbar { display: none; } }Best Regards,PenciDesign1 Like Sign in to reply ...
Hello,
Is there a way to hide top menu or top bar on mobile only?
Thank you ahead
Hi,
Please add this code to Customize -> Addtional CSS to do that:
Best Regards,
PenciDesign