Answered
How do you remove the search engine?
Forgive me, how do I remove the search engine on the top right in the header bar? I don't want to appear at all. I'm using RH2019 and azure_blue skin. Thank you so much.
Forgive me, how do I remove the search engine on the top right in the header bar? I don't want to appear at all. I'm using RH2019 and azure_blue skin. Thank you so much.
I think this is a custom css job.
Try adding the following to a custom css file, then add the file to the skin under Layout > User Assets.
body.media-desktop div.searchbar-extra {
display: none;
}
Note: This css snippet only changes the desktop display, so you'd need to check tablet and mobile output for any additional changes needed.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.