Remove outline from the input box

I have set all outlines to 0 yet I still see an outline in my input box. This could be coming from my template. It seems to be from a style tag with pickaxe styles.


The page with the AI Embed

It looks way better in the design area:

It seems the iframe design is better and doesn’t suffer the text area border styling. Noticed that for embeds the last saved design wins and changes all instances. So there is no style file per pickaxe. It would be great to be able to style each individual pickaxe not use a global one. Mobile I find the fonts need rem or em sizing. One style selection on your latest PA could destroy old mobile based pickaxes.

Yes if you use the script tags it may conflict with the styling elements on the website where it is embedded depending on what the styling tags are titled/called in the website.

Unfortunately, we don’t have a good way of dealing with this since we don’t know all the styling tags/css that third-party websites will contain. The iframe is more self-contained and largely avoids this issue, which is why it’s usually advisable.

Thanks Mike. Yes using the iframe works. Would it be a future feature to be able to style PA’s independently?