hide main menu

Posted in: Newspaper
Post count: 39

i don’t want to use a main menu, but if i choose ‘– No Menu –‘ in the theme panel i still see a menu bar with the text
‘Click here – to select or create a menu’
is there a way i can hide the complete menu bar?

Post count: 20688

Hi,

So you want just the menu to be hidden, but the rest of the top bar should be visible? you could build or import a cloud header template and remove/not use a menu element
https://cloud.tagdiv.com/#/load/Headers
Or you could use CSS to remove it, something like this should work

.td-header-wrap .td-header-menu-wrap {
display: none;
}

If it doesn’t work, please post a link to the website and I will modify it accordingly. Or specify what header style you use. Let me know.

Thanks

Post count: 39

Thank you!
I’m trying to build my header as a cloud template right now. I’ve got a background picture for the header and I want it to be full width. Is it possible to make the header full width? I haven’t found the option yet.

Post count: 20688

The rows in the header can be stretched, just like any rows. You can stretch the row with these options – http://prntscr.com/np8xu2
So you can stretch just the row itself while the content width remains the same, or you can stretch the row and the content.

Post count: 39

I’m using stretch row and content now and my picture’s a bit wider now, but it still doesnt fit the entire width. If I check with the inspector, the a element with the class tdb-logo-a is still over the complete width, the content h1 div and img are limited in width. How do I fix this?

Post count: 20688

The logo element has a width setting – https://www.screencast.com/t/JFp1OgvL maybe you could use that.

If that doesn’t help, some screenshots with the header would be helpful, so I can see what is happening.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.