Zakch93 Elite Member Joined Mar 7, 2020 Messages 2,307 Reaction score 855 Sep 22, 2022 #1 The bar is circled in red. What is it, where do I access it's configuration, how to disable it?
Developie BANNED Joined Sep 11, 2017 Messages 442 Reaction score 73 Sep 22, 2022 #2 Inspect - pick the link add Display: non; copy code add to additional CSS, its DONE (in case of WP)
Zakch93 Elite Member Joined Mar 7, 2020 Messages 2,307 Reaction score 855 Sep 22, 2022 Thread Starter Thread Starter #3 The bar is selected in inspect element in the screenshot. "add Display: non;" Where do I put the link in this? And link like this: "<div id=xxx /div>" or should be URL?
The bar is selected in inspect element in the screenshot. "add Display: non;" Where do I put the link in this? And link like this: "<div id=xxx /div>" or should be URL?
P Prymo Newbie Joined Sep 22, 2022 Messages 1 Reaction score 0 Sep 22, 2022 #4 Zakch93 said: The bar is selected in inspect element in the screenshot. "add Display: non;" Where do I put the link in this? And link like this: "<div id=xxx /div>" or should be URL? Click to expand... 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.
Zakch93 said: The bar is selected in inspect element in the screenshot. "add Display: non;" Where do I put the link in this? And link like this: "<div id=xxx /div>" or should be URL? Click to expand... 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.