Hi Team, I want to remove/rename AI-

Hi Team, I want to remove/rename AI-Answer from Sage search page, is it possible to do?
No description
3 Replies
Aditya
Aditya9mo ago
customCssInterface
inline customCSS within the {@link CustomisationsInterface}. Use {@link CustomCssVariables} or css rules.
Nirmay
Nirmay9mo ago
Hi swati, you can hide it using CSS rules as aditya mentioned, or you can rename AI-Answer string using string customization. Something like this:- customizations:{ content:{ strings:{ "AI Answer":"Your answer" } } },
Swati
SwatiOP9mo ago
thank you all, that helped

Did you find this page helpful?