Remove Search And Login From Main Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Remove Search And Login From Main Menu

pgypps

pgypps

Helix Framework 3 years ago

Hi, struggling to remove search and login from main menu https://www.growing-people.org.uk/ ... ive disabled all plugins and modules for search and smart search...and there is no menu item for it... any ideas?

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #69790

No worries. Is this ok now? If yes then could you please close this post by accepting the answer?

Thank you.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #69781

Hi,

Thanks for contacting us. Could you please give me a screenshot of that portion which you want to hide?

-Regards.

0
pgypps
pgypps
Accepted Answer
3 years ago #69782

I have disabled all modules and plugins that reference search or login etc...and they still appear. https://prnt.sc/AwdOJdk3mRTA - search, login and even the burger menu....they must be hard coded somewhere, which i guess means using css to remove?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #69785

Hi

For log in and search you can use this custom CSS

.search{
    display:none;
}
a.sp-sign-in{
    display:none;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

And for off-canvas do you want to hide it only for Desktop? Then you have to choose Menu-type: MegaMenu only.Please follow my screenshot below:

https://prnt.sc/pOhJQLCnCdT6

-Regards.

0
pgypps
pgypps
Accepted Answer
3 years ago #69789

sorry...im so dumb...i had to scroll down in template header...sorry.

0