How to disable the topbar in mobile?

Hello I wonder how can I hide/disable the topbar in mobile (the black one)? Here is a link to my site: https://www.cyrcl.eu I’m using wpbakery with Kudos theme. Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat … Read more

Can Someone Help me to Correct my shortcode for displaying a category?

Actually the problem is in this code that is, If I put the id directly in “terms” of any post type like; [arts-list 10], then this type of post which contains this id displays the posts on the frontend but if I put something else like terms => 'type' and then I try to display a specific type posts like; [arts-list type=10], no post displays on the frontend, actually in terms I think I have to pass parameter of shortcode but how I do, I can’t debug this, that’s why I asked you. I hope now you understand what is my problem.