Comments tushita123 started the conversationSeptember 15, 2020 at 7:53pmHey , I want Topbar in pc version but not in moblie version ... How can I do that ??I want some way so that I can choose if top bar remains visible on pc or in mobile or vice versa... I am using soledad... Please help.Thanks 2,701PenciDesign repliedSeptember 16, 2020 at 2:45amHi,I didn't see you're using Topbar. So, if you enable topbar via Customize > Topbar Options - you can add more this code to Customize > Custom CSS to hide it on mobile: @media only screen and (max-width: 768px){ .penci-top-bar{ display: none; } } Best Regards,PenciDesign Sign in to reply ...
Hey , I want Topbar in pc version but not in moblie version ... How can I do that ??
I want some way so that I can choose if top bar remains visible on pc or in mobile or vice versa... I am using soledad... Please help.
Thanks
Hi,
I didn't see you're using Topbar. So, if you enable topbar via Customize > Topbar Options - you can add more this code to Customize > Custom CSS to hide it on mobile:
Best Regards,
PenciDesign