• Resolved thunder86

    (@thunder86)


    When adding a listing on the desktop browser safari this sidebar appears since the last update. Due to the fact that my theme is to narrow for the bar, its doesn’t bring any improvement for me.

    How can I remove the bar? Probably by adding some code to the custom css?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello thunder86!

    You can use the following CSS to remove the navbar in the Add listing form,

    .multistep-wizard__nav.sticky{
    display: none !important;
    }

    Kind Regards.

    Thread Starter thunder86

    (@thunder86)

    I tested it but the Navbar is still visible.

    Thank you for your update.

    If the navbar is still visible despite the changes, we recommend reaching out to us through our support channel on our website for further assistance. Our team will be happy to help you resolve the issue.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to Remove the Navigation Bar When Adding a Listing’ is closed to new replies.