Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Metronic, Bootstrap, Stepper without step indicators, how to?


Hi

how can we create stepper without step indicators using metronic theme?

For instance
https://preview.keenthemes.com/metronic8/demo1/utilities/wizards/horizontal.html

We want to remove stepper indicators as ("Account Type","Account Info","Business Info"...)

Could you help us, please?


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


To create a stepper without step indicators using the Metronic theme, you can customize the wizard component by removing or hiding the elements that render the step titles—specifically, look for the HTML elements or classes like stepper-nav and either remove them or apply d-none to hide them. In the example you provided, inspect the DOM and remove or hide the labels such as "Account Type" or "Business Info" from the stepper navigation. This way, only the step content will be visible while maintaining the navigation logic. It's similar to customizing a UI for a gb WhatsApp download APK page, where you might want a clean, minimal look without titles, focusing only on the download and feature content.



Hi,

Just hide the step indicator using "stepper-nav mb-5 d-none". Completely removing it is not suggested as stepper components refers to the indicators during the stepper interaction.

Regards,
Sean


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(