Hide Edit Gear on Page in V2

Hi,

How do I get rid of the edit gear in the design system of v2? Since there is no CSS.

Thanks

Capture.JPG

This is possible in the page XML.

Open the XML editor and add this property to the “skuid__page” node (the first line of XML)

hideeditbutton=“true”

That should take care of it for you.

Yep, that did it Rob. Thank you!