Putting Text Under Icons

Steps

  1. From the App Home, go to the Badges page.

  2. Click on the block where you want the text to appear below the icon.

  3. Click the Add to Theme dropdown, then either add the block to your theme or select a page where the block already exists.

  4. Open the page and select the app block.

  5. Click on its parent section (labelled the app wrapper).

  6. Under the Advanced section, find Custom CSS.

  7. Add the following CSS:
        .bz-item { flex-direction: column; }

  8. Save your changes. The text should now appear below the icons.

Back to blog