How To Make The HomePage Contain Category While using Mobile Phone

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.
    Screenshot 2022-07-26 at 12.06.13

  6. Now click the Edit CSS/HTML button.
    Screenshot 2022-07-26 at 12.07.53

  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:

Screenshot 2022-07-26 at 12.13.42

6 Likes