Hi, I am using extra them and want to hide the main menu on single posts when viewed on mobile phones. Can you help with the CSS please because all my efforts have not worked
This is my last effort in the theme custome additional css I added this code
single-post
.et_mobile_menu {
display: none;}
but it did nothing, thanks for any help you can give
Your Answer