Hi,
Your site, demos and everything shows clean headers starting from theme header.
For me, it starts with WordPress logo black header about a 1/3 inch high on very top with logo+log in+register on the right and search on the very left. How do I get rid of it?
Further, If I want the very top to have a large (scalable for mobile) banner, then the top menu then the header, how do I do that?
How do I make the header menu go full width of the screen?
Hi
On our demo we use header style 1 and top bar style 1. You can chose the header style from theme panel > header: http://screencast.com/t/fWbsLakG You can also check our documentation for more detail about theme’s header styles in order to choose on which will fit best for your site: https://forum.tagdiv.com/newsmag-header-styles/ Fort a full width menu you can choose from header styles 8, 9 and 10.
I am not very sure where you want to add the banner add so please provide your site url and more details in this regard so I can inspect this closer and get back to you with a more accurate answer.
Thanks!
I have no problem choosing styles. You did not get my question.
Do you know the WordPress logo? The W? Well my site gets an ADDITIONAL top top bar above your theme with that logo on it.
see screen
Hi
Sorry for misunderstanding.
This menu is not controlled by the theme, it is generated by WordPress. By default shouldn’t be displayed on the site and I assume that there is a plugin which overwrite this. Try to deactivate all plugins accept Visual Composer, clear all caches then test again.
Let me know how it goes and if you still can’t manage to solve this provide your site url so I can have a closer look.
Thanks!
Andrei L tagDiv!
Andrel, thanks.
This issue is not unique to me and don’t think it is plugin driven either.
It is described in great detail here:
https://wordpress.org/support/topic/get-rid-of-that-admin-bar?replies=25
The simple workaround for now is described there:
“Just add the following line, somewhere into the functions.php file of your theme(s):
add_filter( 'show_admin_bar', '__return_false' );
And gone it is.”