How about bringing native navigation styling back?
1 Like
Hi,
You can find details about it inside the Softr docs here: Custom Code Events and Style Selectors – Softr Help Docs (Overriding navigation styles part)
To change the background color of a topbar navigation:
<style>
.softr-topbar {
background: #F1F1F1 !important;
}
</style>
To change the background color of a sidebar navigation:
<style>
.softr-sidebar {
background: #F1F1F1 !important;
}
</style>
1 Like
Hey @jjenglert. When will this new onboarding “block/experience” be deployed? We cannot finish migration since the new sign up doesn’t collect user credentials like the legacy sign-up blocks with extra fields.
1 Like