Hoe maak je de startpagina categorieën bevatten bij gebruik van een mobiele telefoon

Hello,

This is possible with CSS. You have to create a new component.

  1. Go to /admin/customize/themes/
    Customize → Themes

  2. Click the Components tab and then the Install button

  3. On the popup window click Create new button and type the new component name.

  4. Click Create button.

  5. The component created. Now select which theme(s) you want to activate it.

  6. Now click the Edit CSS/HTML button.

  7. Now click the Mobile tab and paste the below code to the CSS section.

.category-breadcrumb.hidden {
  display: flex !important;
}
  1. Click Save. Done! :slightly_smiling_face: