Search results

  1. P

    How to remove this bar in Generatepress theme?

    Add this CSS to your page: #mobile-header { display: none; } or .inside-navigation { display: none; } You should be able to add your own CSS in the Wordpress Customizer or in the theme settings.
Back
Top