Just display the logo in the menu, no menu items

Posted in: Newspaper
Post count: 5

Hello,

Is it possible to just have the logo in the menu, so no menu items?
I have removed my menu under Appearance/menu but now I get the text “Click here to add or create a menu”.

Many thanks!! Michiel

Post count: 20688

Hi,

That would be possible, try a code like this to remove the header menu
https://www.screencast.com/t/FEhqcRZ6

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

The code will apply on the whole website. Enter it in Theme panel->Custom CSS code section.

Thanks

Post count: 5

Many thanks!!

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