How to get Logo to show in Navigation Bloc?

I am new to Blocs. I am using the iPad app, Bootstrap 5 framework. I have placed a logo in the Project Settings, but it does not show in the Navigation Bloc. I don’t see anywhere to change “Company” text field to an image/logo in the Navigation Bar? Any suggestions appreciated.

1 Like

Use an Image Bloc:

  • Add an Image Bloc directly within your Navigation Bloc.
  • Upload your logo image to this Image Bloc.
  • Style the Image Bloc to achieve the desired size and positioning within your navigation bar.

2. Use a Navigation Link with an Image:

  • Add a Navigation Link element to your Navigation Bloc.
  • Instead of text, use an image element within the link and upload your logo there.
  • Style the link and image to match your navigation bar design.

3. Use Custom HTML/CSS:

  • Add a Navigation Bloc to your project.
  • Instead of using the built-in elements, switch to the “HTML” tab.
  • Add your desired HTML structure for the navigation bar, including an image element for your logo.
  • Use CSS to style the navigation bar and logo to your liking.