Reply To: Knowledge base on ticket screen

July 3, 2019 at 8:57 am #4754
stevland
Keymaster

That is a good point… thank you for pointing that out.

It will be addressed in the next release, but for now if you want to hide that search box you can add the following to osta/user-styles.css:

#content #pre-footer {
    padding: 0 0 3% 0;
}
#pre-footer-inner {
    display: none;
}