Shop with AI button on Motion Theme

Hi All

I’ve just seen that my website now has a Shop with ai button, located at middle bottom. I did not opt in for this and it doesn’t make sense for my business. It’s also tacky and annoying.

I am using Motion theme. Has anyone experienced this, and how did you remove it?

Looks like it is inserted by the Clarity app block.

Check settings there.

In the meantime, you can hide the button with CSS – add this to the “Theme settings”-> “Custom CSS”:

div#ads-agent-host {display: none;}

Thanks, all sorted! Appreciate the help