How to rmove "CLICK HERE – TO SELECT OR CREATE A MENU" and Search icon.

Posted in: Newspaper
Post count: 3

Hey, guys, I need some help. I removed the menu from the website but I still get this annoying link “CLICK HERE – TO SELECT OR CREATE A MENU”

How do I remove this?

Also, how do I hide the search icon at the header?

Thanks.

Post count: 20688

Hi,

You could edit these two files from the theme and remove that text. This is displayed when there is no menu selected for the header section
https://www.screencast.com/t/mSVCZTmExLF
https://www.screencast.com/t/kKGJGFx8
The search could be disabled in the same files by commenting or removing the responsible code
https://www.screencast.com/t/FwGZw79HAek
Or you could hide it with Css
https://www.screencast.com/t/U2GCaW4NN
The code must be entered in Theme panel->Custom Css

#td-top-search {
display: none;
}

Thanks

Post count: 3

Thanks, Simon.

Works great.

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