Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Rh2019 Classic or New UI? The answer will differ depending on your version. 🙂
Copy link to clipboard
Copied
I'm so sorry, Amebr. It's the new UI. Thank you as always.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Amebr - I don't even know how to thank you. Time and time again, you have helped me and this community. I don't know what I'd do without your help. So thank you so much! It did take away the search engine. Thank you!
Copy link to clipboard
Copied
No worries. I like poking around under the hood, breaking things and then warning people so they don't make my mistakes. 😛