Lovelace Panel View - navigation buttom

I’m working on configuring my Dream Wall panel. For some views, I’ve used the “Panel View (1 card)”. I’ve hidden the top bar to maximize the view and prevent showing all the views side by side.

I’ve searched extensively for navigation options between different panels. So far, the only method I’ve found is the swipe-to-change-view option. I’m wondering if it’s possible to implement a relatively positioned ‘back’ button, such as the Mushroom Back button, to navigate between panels.

Would this be achievable through custom CSS, or is there another way to do it?

Thank you for your time! Let me know if you have any suggestions.

It’s one view, so if you are stackin cards inside that card you can use the back button, now if you are using something like floorplan image you can add an element with CSS like this:

          - type: icon
            style:
              left: 80%
              top: 20%
            icon: mdi:arrow-left-circle
            tap_action:
              action: navigate
              navigation_path: /dashboard-url
1 Like