Is there a way to turn off the Stance Bar?

I am using ElvUI and Consoleport, and the default Stance Bar is redundant for me, so/ I’d like to just disable it, but I am not seeing a way to do that.

Am I missing something?

I have the Elvui Action Bars disabled, but for some reason that doesn’t include the Stance Bar.

Apparently it’s not possible using the default UI. There’s a weakaura you can Google that can accomplish this (ID PFv34Ha-b).

This also may work for you:

/run StanceBarFrame:Hide()

1 Like

StanceBar is a secure frame. I recommend something like this:

RegisterStateDriver(StanceBar,"visibility","hide")

Copy and paste that into https://addon.bool.no/ to create a small addon to hide the default stance bar for as long as the addon is enabled.

2 Likes